Re: [lxc-users] can't remove snapshots with certain names

2016-03-21 Thread Joost Verschuure
Tomasz Chmielewski  writes:

> 
> This doesn't seem to work (with ":" in snapshot name):
> 

You can use local:/ 

So in your case:
lxc delete local:odoo10 "2016-01-10 23:26"

Joost



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

[lxc-users] can't remove snapshots with certain names

2016-01-10 Thread Tomasz Chmielewski

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