Merge lp:~hopem/charms/trusty/swift-storage/support-rsync-acl into lp:~openstack-charmers-archive/charms/trusty/swift-storage/next
| Status: | Merged |
|---|---|
| Merged at revision: | 96 |
| Proposed branch: | lp:~hopem/charms/trusty/swift-storage/support-rsync-acl |
| Merge into: | lp:~openstack-charmers-archive/charms/trusty/swift-storage/next |
| Diff against target: |
82 lines (+28/-6) 3 files modified
hooks/swift_storage_hooks.py (+3/-0) lib/swift_storage_context.py (+16/-5) templates/050-swift-storage.conf (+9/-1) |
| To merge this branch: | bzr merge lp:~hopem/charms/trusty/swift-storage/support-rsync-acl |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Liam Young | Approve on 2015-12-01 | ||
| James Page | 2015-11-24 | Approve on 2015-11-27 | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2015-03-15.
| Edward Hope-Morley (hopem) wrote : | # |
| Edward Hope-Morley (hopem) wrote : | # |
Before:
ubuntu@dev:~$ juju ssh swift-storage-z1/0 "sudo grep 'hosts allow' /etc/rsync-
ubuntu@dev:~$
ubuntu@dev:~$ tmp=`mktemp -d`; rsync -var $tmp swift@`
2015-11-24 12:07:09 Service: swift-storage-z1 address: 10.5.16.232
sending incremental file list
tmp.wcuTXHLGnG/
sent 84 bytes received 20 bytes 208.00 bytes/sec
total size is 0 speedup is 0.00
After:
ubuntu@dev:~$ juju ssh swift-storage-z1/0 "sudo grep 'hosts allow' /etc/rsync-
hosts allow = 10.5.16.242 10.5.16.243 10.5.16.244
hosts allow = 10.5.16.242 10.5.16.243 10.5.16.244
hosts allow = 10.5.16.242 10.5.16.243 10.5.16.244
ubuntu@dev:~$ tmp=`mktemp -d`; rsync -var $tmp swift@`
2015-11-24 13:02:58 Service: swift-storage-z1 address: 10.5.16.242
@ERROR: access denied to object from UNKNOWN (10.5.0.3)
rsync error: error starting client-server protocol (code 5) at main.c(1653) [sender=3.1.0]
charm_lint_check #14309 swift-storage-next for hopem mp278424
LINT OK: passed
Build: http://
charm_unit_test #13336 swift-storage-next for hopem mp278424
UNIT OK: passed
charm_amulet_test #8022 swift-storage-next for hopem mp278424
AMULET FAIL: amulet-test failed
AMULET Results (max last 2 lines):
make: *** [functional_test] Error 124
ERROR:root:Make target returned non-zero.
Full amulet test output: http://
Build: http://
charm_amulet_test #8023 swift-storage-next for hopem mp278424
AMULET FAIL: amulet-test failed
AMULET Results (max last 2 lines):
make: *** [functional_test] Error 124
ERROR:root:Make target returned non-zero.
Full amulet test output: http://
Build: http://
charm_amulet_test #8025 swift-storage-next for hopem mp278424
AMULET OK: passed
Build: http://
- 97. By Edward Hope-Morley on 2015-11-27
-
fix minor nit in template
charm_lint_check #14475 swift-storage-next for hopem mp278424
LINT OK: passed
Build: http://
charm_unit_test #13494 swift-storage-next for hopem mp278424
UNIT OK: passed
charm_amulet_test #8038 swift-storage-next for hopem mp278424
AMULET OK: passed
Build: http://

FTR this is NOT merged to /next, not sure why LP marked it as such.