Statistics
| Branch: | Tag: | Revision:

root / docs / upgrade / upgrade-0.14.6.rst @ 347b2ba1

History | View | Annotate | Download (1.5 kB)

1
Upgrade to Synnefo v0.14.6
2
^^^^^^^^^^^^^^^^^^^^^^^^^^
3

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

    
6
1. Set default container quota policy to unlimited for the containers
7
   created prior to 0.14
8

    
9
2. Re-register services in astakos
10

    
11
1. Set default container quota policy to unlimited in old containers
12
====================================================================
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.
17
   
18
   In order to massively change the quota of ``pithos`` container
19
   (in all the accounts)::
20

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

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

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

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

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

    
37
    astakos-host$ snf-component-register
38

    
39
This will detect that the Synnefo components are already registered and ask
40
to update the registered services. Answer positively. You need to enter the
41
base URL for each component; give the same value as in the initial
42
registration.