[lxc-users] can't remove snapshots with certain names
Tomasz Chmielewski
mangoo at wpkg.org
Sun Jan 10 14:28:32 UTC 2016
I'm not able to remove snapshots with certain names.
This works as expected:
# lxc snapshot odoo10 "2016-01-10"
# lxc delete odoo10/2016-01-10
This also works as expected:
# lxc snapshot odoo10 "2016-01-10 test number 1"
# lxc delete odoo10/2016-01-10\ test\ number\ 1
# lxc snapshot odoo10 "2016-01-10 test number 2"
# lxc delete odoo10/"2016-01-10 test number 2"
# lxc snapshot odoo10 "2016-01-10 test number 3"
# lxc delete "odoo10/2016-01-10 test number 3"
This doesn't seem to work (with ":" in snapshot name):
# lxc snapshot odoo10 "2016-01-10 23:26"
# lxc delete "odoo10/2016-01-10 23:26"
error: unknown remote name: "odoo10/2016-01-10 23"
# lxc delete "odoo10/2016-01-10 23\:26"
error: unknown remote name: "odoo10/2016-01-10 23\\"
Tomasz Chmielewski
http://wpkg.org
More information about the lxc-users
mailing list