Lxd don't work after snapper rollback

my case:

[werwolf@work] ~  
❯ lsblk                                                                                                                                                                                                                                                                    ⏎
NAME        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda           8:0    0 223,6G  0 disk  
├─sda1        8:1    0     1G  0 part  /boot/efi
├─sda2        8:2    0   206G  0 part  
│ └─cr_root 254:0    0   206G  0 crypt /var/lib/lxd/storage-pools/local
│                                      /var/lib/docker/btrfs
│                                      /.snapshots
│                                      /
└─sda3        8:3    0  16,6G  0 part  [SWAP]
❯ lxc storage list
+-------+--------+----------------------------------+-------------+---------+
| NAME  | DRIVER |              SOURCE              | DESCRIPTION | USED BY |
+-------+--------+----------------------------------+-------------+---------+
| local | btrfs  | /var/lib/lxd/storage-pools/local |             | 4       |
+-------+--------+----------------------------------+-------------+---------+
❯ rpm -qa | grep lxd                         
lxd-4.17-1.1.x86_64

I broke my system, after which I rolled back to the previous snapshot, everything works except lxd

[werwolf@work] ~  
❯ journalctl -u lxd | tail                                                                                                                                                                                                                                                 ⏎
сен 02 09:38:13 work systemd[1]: Starting LXD Container Hypervisor...
сен 02 09:38:14 work lxd[399]: t=2021-09-02T09:38:14+0500 lvl=warn msg=" - Couldn't find the CGroup network priority controller, network priority will be ignored"
сен 02 09:38:14 work lxd[399]: t=2021-09-02T09:38:14+0500 lvl=eror msg="Failed to update the image" err="Failed to create image \"b51ce1eae26fa6a80c9946b8fe73e8f8f6040b70f95e79503ec9e2b2f42833ce\" on storage pool \"local\": Failed to run: btrfs subvolume create /var/lib/lxd/storage-pools/local/images/b51ce1eae26fa6a80c9946b8fe73e8f8f6040b70f95e79503ec9e2b2f42833ce: ERROR: cannot access '/var/lib/lxd/storage-pools/local/images': No such file or directory" fingerprint=56db6867c86bed4ad49e5010ff7091398574db652ebcc7f1aef5d43e889aec06
сен 02 09:38:15 work systemd[1]: Started LXD Container Hypervisor.
сен 02 09:38:15 work lxd[399]: t=2021-09-02T09:38:15+0500 lvl=eror msg="Failed to update the image" err="Failed to create image \"5b53e96c1a31ceb17113ff7b97a73c8acce73e58b2b2333861c9090a3c1d4d98\" on storage pool \"local\": Failed to run: btrfs subvolume create /var/lib/lxd/storage-pools/local/images/5b53e96c1a31ceb17113ff7b97a73c8acce73e58b2b2333861c9090a3c1d4d98: ERROR: cannot access '/var/lib/lxd/storage-pools/local/images': No such file or directory" fingerprint=8ea3880c6dabde1918f36788754bdb6212332e8344395f0a16bdbc05720377fa
сен 02 09:38:15 work lxd[399]: t=2021-09-02T09:38:15+0500 lvl=eror msg="Failed to update the image" err="Failed to create image \"ffb5a602727bd3f3a8dd03f1c660eb6207a0f3b62c84cd3ae3099e76abdbacff\" on storage pool \"local\": Failed to run: btrfs subvolume create /var/lib/lxd/storage-pools/local/images/ffb5a602727bd3f3a8dd03f1c660eb6207a0f3b62c84cd3ae3099e76abdbacff: ERROR: cannot access '/var/lib/lxd/storage-pools/local/images': No such file or directory" fingerprint=de6568b813a04493f95830def25b728ea92fc100d43d16ee7364b4a8a73f21d5
❯ mount | grep btrfs
/dev/mapper/cr_root on / type btrfs (rw,relatime,compress=zstd:3,ssd,space_cache,user_subvol_rm_allowed,subvolid=1760,subvol=/@/.snapshots/20/snapshot)
/dev/mapper/cr_root on /.snapshots type btrfs (rw,relatime,compress=zstd:3,ssd,space_cache,user_subvol_rm_allowed,subvolid=257,subvol=/@/.snapshots)
/dev/mapper/cr_root on /var/lib/docker/btrfs type btrfs (rw,relatime,compress=zstd:3,ssd,space_cache,user_subvol_rm_allowed,subvolid=1760,subvol=/@/.snapshots/20/snapshot)
/dev/mapper/cr_root on /var/lib/lxd/storage-pools/local type btrfs (rw,relatime,compress=zstd:3,ssd,space_cache,user_subvol_rm_allowed,subvolid=1760,subvol=/@/.snapshots/20/snapshot)

help me. i don’t understand.