Statistics
| Branch: | Tag: | Revision:

root / docs / upgrade / upgrade-0.14.6.rst @ 62c0a9e1

History | View | Annotate | Download (1.4 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 steps:
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. 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
   
18
   To massively change the quota of the ``pithos`` container
19
   for all accounts, run::
20

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

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

    
27
   To massively change the quota of the ``images`` container
28
   for all accounts, run::
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. On the 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.