Revision 9577ccd8

b/docs/upgrade/upgrade-0.14.6.rst
1 1
Upgrade to Synnefo v0.14.6
2 2
^^^^^^^^^^^^^^^^^^^^^^^^^^
3 3

  
4
The upgrade from v0.14.2 to v0.14.6 consists of the following step:
4
The upgrade from v0.14.2 to v0.14.6 consists of the following steps:
5 5

  
6 6
1. Set default container quota policy to unlimited for the containers
7 7
   created prior to 0.14
......
11 11
1. Set default container quota policy to unlimited in old containers
12 12
====================================================================
13 13

  
14
1. In 0.14 has changed the default container quota policy and the containers
15
   by default have no limits in their quota. However this affects only the
16
   neawly created containers.
14
1. The default policy for container quota has changed in 0.14. Containers no
15
   longer have quota limits. However, this affects only newly created
16
   containers.
17 17
   
18
   In order to massively change the quota of ``pithos`` container
19
   (in all the accounts)::
18
   To massively change the quota of the ``pithos`` container
19
   for all accounts, run::
20 20

  
21 21
    $ pithos-manage-accounts set-container-quota pithos 0
22 22

  
23
   In order to massively change the quota of ``trash`` container
24
   (in all the accounts)::
23
   To massively change the quota of the ``trash`` container
24
   for all accounts, run::
25 25
    $ pithos-manage-accounts set-container-quota trash 0
26 26

  
27
   In order to massively change the quota of ``images`` container
28
   (in all the accounts)::
27
   To massively change the quota of the ``images`` container
28
   for all accounts, run::
29 29
    $ pithos-manage-accounts set-container-quota images 0
30 30

  
31 31
2. Re-register services in astakos
32 32
==================================
33 33

  
34 34
Service definitions have changed; you will thus need to register their new
35
version. In astakos node, run::
35
version. On the astakos node, run::
36 36

  
37 37
    astakos-host$ snf-component-register
38 38

  

Also available in: Unified diff