Merge lp:~hopem/charms/trusty/swift-proxy/support-rsync-acl into lp:~openstack-charmers-archive/charms/trusty/swift-proxy/next
Proposed by
Edward Hope-Morley
on 2015-11-24
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~hopem/charms/trusty/swift-proxy/support-rsync-acl |
| Merge into: | lp:~openstack-charmers-archive/charms/trusty/swift-proxy/next |
| Diff against target: |
142 lines (+81/-12) 2 files modified
hooks/swift_hooks.py (+50/-11) unit_tests/test_swift_hooks.py (+31/-1) |
| To merge this branch: | bzr merge lp:~hopem/charms/trusty/swift-proxy/support-rsync-acl |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| James Page | 2015-11-24 | Needs Fixing on 2015-11-27 | |
|
Review via email:
|
|||
This proposal has been superseded by a proposal from 2015-11-27.
To post a comment you must log in.
| Edward Hope-Morley (hopem) wrote : | # |
charm_lint_check #14308 swift-proxy-next for hopem mp278426
LINT OK: passed
Build: http://
charm_unit_test #13337 swift-proxy-next for hopem mp278426
UNIT OK: passed
charm_amulet_test #8026 swift-proxy-next for hopem mp278426
AMULET OK: passed
Build: http://
review:
Needs Fixing
lp:~hopem/charms/trusty/swift-proxy/support-rsync-acl
updated
on 2015-11-27
- 128. By Edward Hope-Morley on 2015-11-27
-
remove unit from relation_set
| Ryan Beisner (1chb1n) wrote : | # |
FYI, re-running amulet test...
charm_amulet_test #8051 swift-proxy-next for hopem mp278426
AMULET OK: passed
Build: http://

Before: juju.d/ 050-swift- storage. conf" juju-deployer -f swift-storage- z1`::object; rm -rf $tmp
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: juju.d/ 050-swift- storage. conf"
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@` juju-deployer -f swift-storage- z1`::object; rm -rf $tmp
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]