Sure! python swiftclient's upload command has a --changed option:
https://docs.openstack.org/python-swiftclient/latest/cli/index.html#swift-upload
But you might be happier with something more sophisticated like rclone:
https://rclone.org/
Nice thing about object storage is you can access it fr
Further report!
We finally figure it out.
It because of the original memcache_server configuration which lead to load key
from the poweroff controller
configuration example:
[cache]
backend = oslo_cache.memcache_pool
enabled = True
memcache_servers = controller1:11211,controller2:11211,controller
Thanks for the update, Gao!
Let me know if any help is needed.
Regards,
Ivan Kolodyazhny,
http://blog.e0ne.info/
On Mon, Jul 30, 2018 at 5:02 PM, gao.song wrote:
> Further report!
> We finally figure it out.
> It because of the original memcache_server configuration which lead to
> load key fr