Merge lp://qastaging/~sil2100/ubuntu-system-image/server-copy-image-phased into lp://qastaging/ubuntu-system-image/server
Proposed by
Łukasz Zemczak
Status: | Merged |
---|---|
Merge reported by: | Steve Langasek |
Merged at revision: | not available |
Proposed branch: | lp://qastaging/~sil2100/ubuntu-system-image/server-copy-image-phased |
Merge into: | lp://qastaging/ubuntu-system-image/server |
Diff against target: |
26 lines (+9/-0) 1 file modified
bin/copy-image (+9/-0) |
To merge this branch: | bzr merge lp://qastaging/~sil2100/ubuntu-system-image/server-copy-image-phased |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Steve Langasek (community) | Approve | ||
Review via email: mp+256339@code.qastaging.launchpad.net |
Commit message
Add the additional optional argument of --phased-percentage that can be set when executing copy-image. The default phased percentage is 100%, but the argument can be used to set a new initial value.
Description of the change
Add the additional optional argument of --phased-percentage that can be set when executing copy-image. The default phased percentage is 100%, but the argument can be used to set a new initial value.
To post a comment you must log in.
Tested on a local system-image server. I checked both the case of setting a custom phased percentage value and leaving the default value (which currently is 100%). We can do it that way as set_phased_ percentage doesn't write down the value if it's 100 (since then there's simply no entry for phased percentage)