Still say: root@pve4:~# zfs destroy -rf rpool/data/vm-107-disk-1 cannot destroy 'rpool/data/vm-107-disk-1': dataset already exists
2017-03-10 3:53 GMT-03:00 Wolfgang Link <[email protected]>: > Hi, > > You can't destroy datasets where snapshots exists. > > zfs list -t all > will show you all datasets > > and zfs destroy -R will erase all dataset what are referenced to tihs > given set. > > On 03/09/2017 08:35 PM, Luis G. Coralle wrote: > > Hi. > > I was trying to sync two vm with pve-zsync between two nodes with pve 4.2 > > After completing the tests, I could not remove rpool/data/vm-107-disk-1 > and > > rpool/data/vm-17206-disk-1. > > How can I remove them? > > > > root@pve4:~# zfs list > > NAME USED AVAIL REFER MOUNTPOINT > > rpool 332G 2.23T 140K /rpool > > rpool/ROOT 194G 2.23T 140K /rpool/ROOT > > rpool/ROOT/pve-1 194G 2.23T 194G / > > rpool/STORAGE 49.1G 2.23T 49.1G /rpool/STORAGE > > rpool/data 79.5G 2.23T 140K /rpool/data > > rpool/data/vm-101-disk-1 3.04G 2.23T 3.04G - > > rpool/data/vm-103-disk-1 68.6G 2.23T 68.6G - > > rpool/data/vm-107-disk-1 5.23G 2.23T 2.62G - > > rpool/data/vm-17206-disk-1 2.62G 2.23T 93K - > > rpool/swap 8.50G 2.24T 99.2M - > > > > root@pve4:~# zfs destroy rpool/data/vm-17206-disk-1 > > cannot destroy 'rpool/data/vm-17206-disk-1': dataset already exists > > > > root@pve4:~# zfs destroy rpool/data/vm-107-disk-1 > > cannot destroy 'rpool/data/vm-107-disk-1': dataset already exists > > > > > > > > _______________________________________________ > pve-user mailing list > [email protected] > http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user > -- Luis G. Coralle _______________________________________________ pve-user mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
