Ubuntu 20.10 上的 ZFS 回滚失败 - ‘rpool/ROOT/ubuntu_’:数据集已存在

Ubuntu 20.10 上的 ZFS 回滚失败 - ‘rpool/ROOT/ubuntu_’:数据集已存在

当我尝试恢复早期快照时,我看到了以下确切的错误消息:

No key available with this passphrase.

Command: /sbin/zfs clone -o canmount=noauto -m com.ubuntu.zsys:bootfs=yes -o mountpoint=/ rpool/ROOT/ubuntu_2ips66@autozsys_o8o5p5 rpool/ROOT/ubuntu_
Message: cannot create 'rpool/ROOT/ubuntu_': dataset already exists
Error: 1

Failed to clone snapshot.
Make sure that the any problems are corrected and the make sure that the dataset 'rpool/ROOT/ubuntu_' exists and is bootable

我什么都没试过,我完全没有主意了。我是否必须用 重命名此数据集zfs?以下是 的输出,zfs list如果这有帮助的话:

NAME                                               USED  AVAIL     REFER  MOUNTPOINT
bpool                                             1,04G   730M       96K  /boot
bpool/BOOT                                        1,03G   730M       96K  none
bpool/BOOT/ubuntu_2ips66                          1,03G   730M      217M  /boot
rpool                                              169G   745G      192K  /
rpool/ROOT                                        26,4G   745G      192K  none
rpool/ROOT/ubuntu_                                12,1G   745G     7,07G  /
rpool/ROOT/ubuntu_2ips66                          14,3G   745G     7,10G  /
rpool/ROOT/ubuntu_2ips66/srv                       352K   745G      192K  /srv
rpool/ROOT/ubuntu_2ips66/usr                      9,49G   745G      192K  /usr
rpool/ROOT/ubuntu_2ips66/usr/local                9,49G   745G     9,47G  /usr/local
rpool/ROOT/ubuntu_2ips66/var                      4,66G   745G      192K  /var
rpool/ROOT/ubuntu_2ips66/var/games                 192K   745G      192K  /var/games
rpool/ROOT/ubuntu_2ips66/var/lib                  4,19G   745G     3,13G  /var/lib
rpool/ROOT/ubuntu_2ips66/var/lib/AccountsService  1,84M   745G      216K  /var/lib/AccountsService
rpool/ROOT/ubuntu_2ips66/var/lib/NetworkManager   4,04M   745G      264K  /var/lib/NetworkManager
rpool/ROOT/ubuntu_2ips66/var/lib/apt              95,8M   745G     78,8M  /var/lib/apt
rpool/ROOT/ubuntu_2ips66/var/lib/dpkg              206M   745G     63,9M  /var/lib/dpkg
rpool/ROOT/ubuntu_2ips66/var/log                   476M   745G      279M  /var/log
rpool/ROOT/ubuntu_2ips66/var/mail                  192K   745G      192K  /var/mail
rpool/ROOT/ubuntu_2ips66/var/snap                 2,18M   745G      784K  /var/snap
rpool/ROOT/ubuntu_2ips66/var/spool                5,57M   745G     2,67M  /var/spool
rpool/ROOT/ubuntu_2ips66/var/www                   192K   745G      192K  /var/www
rpool/USERDATA                                     142G   745G      192K  /
rpool/USERDATA/root_kyouli                        7,08M   745G      448K  /root
rpool/USERDATA/<user>_kyouli                       142G   745G      133G  /home/<user>
rpool/keystore                                     518M   746G     48,1M  -

答案1

我认为你正在经历这个错误。由于这个错误,回滚无法工作,至少对某些人来说是这样。据我所知,修复工作正在进行中。

ubuntu_我认为你可以用 删除没有后缀 ( ) 的数据集zfs destroy。至少对我来说是有效的。我想我们需要等待修复。

相关内容