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

_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to