LXC 5 create Snapshot not work

Hi all,
I’m struggling with lxc 5 on debian 12 and btrfs storage. When I try to create a snapshot it doesn’t generate anything. solutions?

Hi!

Can you shows us an example? Here is one from me, where it’s working (albeit with ZFS).

$ incus launch images:debian/12 mycontainer
Launching mycontainer
$ incus snapshot create mycontainer mysnapshot
$ incus snapshot list mycontainer
+------------+-----------------------+------------+----------+
|    NAME    |       TAKEN AT        | EXPIRES AT | STATEFUL |
+------------+-----------------------+------------+----------+
| mysnapshot | 2024/07/25 10:19      |            | NO       |
+------------+-----------------------+------------+----------+
$ 

(formatting help)

Hi thanks for the reply. Here it is:

root@test-vm:~# lxc-ls
nproxy web114 web120
root@test-vm:~# lxc-snapshot -n web114
root@test-vm:~# lxc-snapshot -n web114 -L
No snapshots

@amikhalitsyn