Best method for upgrading pool

Status
Not open for further replies.

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
I have a pool made of 12 drives in striped mirrored vdevs. I'd like to make it an 11 drive RAID-Z2 with a hot spare (there are 2 other pools on this machine). I'm trying to not impact the shares, snapshot task, replication tasks and jail configs.

I believe the basic steps are:
1. create snapshot 2. replicate snapshot 3. destroy pool/vdevs 4. create new pool/vdev 5. replicate snapshot to new pool/vdev

I'm wondering what the lowest impact will be to my jails, shares, snapshot tasks, and replication tasks. Do I need to destroy the entire pool and start from scratch, or can I remove just the vdevs?

Or can I make a backup of the config, destroy the pool, create a pool with RAID-Z2 vdev and the same name, and then restore the config?

I guess I'm wondering how destructive removing the pool is to the other parts of the FreeNAS configuration.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
or can I remove just the vdevs?
Vdev removal is equivalent to pool destruction, so I'm not sure what you mean by that.

As for minimum impact, I believe the following procedure has worked for some people:
  1. Recursively replicate the top-level dataset to the new pool.
  2. Export old pool.
  3. Import new pool with same name as the old pool.
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Yeah, replicating the pool off and then back on when the pool is in the new format should be sufficient.
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
So I ran a quick test on a test system last night. After importing the new (old) pool, the snapshots and replication schedules don't show up. It appears that the config restore worked though. Crossing fingers.
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
Did you know that only periodic snapshots can be configured for replication (not the one time manual one, grrrr)? Which not only impacts the migration, but more importantly the return.

So what are your thoughts about using the CLI?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Did you know that only periodic snapshots can be configured for replication (not the one time manual one, grrrr)? Which not only impacts the migration, but more importantly the return.

So what are your thoughts about using the CLI?
CLI? Not a problem - you'd have to use it anyway. You should be able to pipe zfs send's output right into zfs receive (with appropriate parameters, naturally).

The first import will also have to be from the CLI, as the pool has to be renamed. After that is done, export via the CLI and reimport it with the GUI to get things working normally again.
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
Ahh, so the GUI import is what lets FreeNAS what datasets/snapshots etc are there. I think that was part of my confusion.
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
The first import will also have to be from the CLI, as the pool has to be renamed. After that is done, export via the CLI and reimport it with the GUI to get things working normally again.
Since I've got 17TB to move tonight, would you mind just double checking these steps? I found that even though tank@FOR-MIGRATION-20151030 snapshot doesn't seem to exist in backup-tank when I run zfs send -R backup-tank@FOR-MIGRATION-20151030 the individual datasets are created and replicated. Surprisingly though, I had a reservation set on RESERVED that didn't come across in the replication (it was ~300K).

0. change system dataset location to backup-tank, and make a system backup (shares and whatnot get deleted when the pool is deleted).
1. replicate "tank" dataset to "backup-tank" - DONE
2. export and destroy (no need to wipe the disks) tank using GUI
3. create "new-tank" using GUI
4. use CLI zfs send -R backup-tank@FOR-MIGRATION-20151030 | zfs receive new-tank
5. use GUI to export new-tank
6. use cli to rename to tank "zpool import new-tank tank")
7. use CLI to export tank: zpool export tank
8. use GUI to import volume 'tank'
9. change system dataset location to tank
10. restore config backup to re-enable snapshots, replication, etc


zfs, zpool, and snapshots are below:


Code:
[root@freenas1] ~# zpool status
  pool: backup-tank
state: ONLINE
  scan: scrub repaired 0 in 7h13m with 0 errors on Sun Sep 20 07:14:42 2015
config:

        NAME                                            STATE     READ WRITE CKSUM
        backup-tank                                     ONLINE       0     0     0
          raidz2-0                                      ONLINE       0     0     0
            gptid/bbb5ce2c-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/bc52d9b1-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/bcea9cf9-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/bd7efd74-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/be1da411-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/bebd8619-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/bf5a2935-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/bff9840e-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c09a8c07-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c139af4c-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
          raidz2-1                                      ONLINE       0     0     0
            gptid/c1e7b20d-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c2849b21-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c32bbe9d-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c3c3a53f-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c45eb7f0-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c500f857-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c5a45c65-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c648f6ae-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c6c9ecb6-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c75d952b-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
          raidz2-2                                      ONLINE       0     0     0
            gptid/c829376a-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c8c8165c-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c95525ec-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/c9e1479a-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/ca6c9f55-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0
            gptid/cb00c8b7-1e87-11e5-8191-002590fbfb40  ONLINE       0     0     0

errors: No known data errors

  pool: freenas-boot
state: ONLINE
  scan: scrub repaired 0 in 0h24m with 0 errors on Fri Sep 25 04:09:59 2015
config:

        NAME                                            STATE     READ WRITE CKSUM
        freenas-boot                                    ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/70d43788-80be-11e4-b68d-002590fbfb40  ONLINE       0     0     0
            gptid/04fb5c1a-9b79-11e4-a597-002590fbfb40  ONLINE       0     0     0

errors: No known data errors

  pool: tank
state: ONLINE
  scan: scrub repaired 0 in 11h11m with 0 errors on Tue Sep 15 11:11:38 2015
config:

        NAME                                            STATE     READ WRITE CKSUM
        tank                                            ONLINE       0     0     0
          mirror-0                                      ONLINE       0     0     0
            gptid/5689c6f3-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
            gptid/57361a2a-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
          mirror-1                                      ONLINE       0     0     0
            gptid/57e5344a-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
            gptid/58936a12-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
          mirror-2                                      ONLINE       0     0     0
            gptid/5943e252-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
            gptid/59f12f75-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
          mirror-3                                      ONLINE       0     0     0
            gptid/5aa515f8-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
            gptid/5b55d163-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
          mirror-4                                      ONLINE       0     0     0
            gptid/5c046fe6-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
            gptid/5cb09f96-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
          mirror-5                                      ONLINE       0     0     0
            gptid/5d6060fc-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
            gptid/5e0f08aa-80cb-11e4-a780-002590fbfb40  ONLINE       0     0     0
        logs
          gptid/17bc9260-6b8e-11e5-90ab-002590fbfb40    ONLINE       0     0     0
        cache
          gptid/ff9f902f-1927-11e5-b610-002590fbfb40    ONLINE       0     0     0

errors: No known data errors
[root@freenas1] ~#

Code:
[root@freenas1] ~# zfs list
NAME                                                    USED  AVAIL  REFER  MOUNTPOINT
backup-tank                                            17.5T  19.8T   256K  /mnt/backup-tank
backup-tank/RESERVED                                    311K  19.8T   219K  /mnt/backup-tank/RESERVED
backup-tank/VM                                         38.5G  19.8T   219K  /mnt/backup-tank/VM
backup-tank/VM-10G                                      256K  19.8T   146K  -
backup-tank/VM/2                                       38.5G  19.8T  38.5G  /mnt/backup-tank/VM/2
backup-tank/backup                                     2.73T  19.8T  2.73T  /mnt/backup-tank/backup
backup-tank/home                                       2.56T  19.8T  2.56T  /mnt/backup-tank/home
backup-tank/jails                                      70.8G  19.8T   530K  /mnt/backup-tank/jails
backup-tank/jails/.warden-template-pluginjail--x64      920M  19.8T   911M  /mnt/backup-tank/jails/.warden-template-pluginjail--x64
backup-tank/jails/.warden-template-standard            2.91G  19.8T  2.91G  /mnt/backup-tank/jails/.warden-template-standard
backup-tank/jails/.warden-template-standard--x64       2.93G  19.8T  2.82G  /mnt/backup-tank/jails/.warden-template-standard--x64
backup-tank/jails/NeorouterTest1                       1.97G  19.8T  2.89G  /mnt/backup-tank/jails/NeorouterTest1
backup-tank/jails/btsync_1                              962M  19.8T  1.20G  /mnt/backup-tank/jails/btsync_1
backup-tank/jails/crashplan_1                          3.18G  19.8T  3.04G  /mnt/backup-tank/jails/crashplan_1
backup-tank/jails/crashplan_2                          80.1M  19.8T   989M  /mnt/backup-tank/jails/crashplan_2
backup-tank/jails/htpc-manager_1                        877M  19.8T  1.15G  /mnt/backup-tank/jails/htpc-manager_1
backup-tank/jails/mineos_1                             1.58G  19.8T  1.93G  /mnt/backup-tank/jails/mineos_1
backup-tank/jails/owncloud_1                           5.41G  19.8T  2.40G  /mnt/backup-tank/jails/owncloud_1
backup-tank/jails/plexmediaserver_1                    37.5G  19.8T  13.4G  /mnt/backup-tank/jails/plexmediaserver_1
backup-tank/jails/plexwatch                            2.43G  19.8T  3.08G  /mnt/backup-tank/jails/plexwatch
backup-tank/jails/sabnzbd_1                            6.32G  19.8T  4.12G  /mnt/backup-tank/jails/sabnzbd_1
backup-tank/jails/test                                 3.80G  19.8T  2.95G  /mnt/backup-tank/jails/test
backup-tank/media                                      10.8T  19.8T  10.8T  /mnt/backup-tank/media
backup-tank/stuff                                      5.80M  19.8T   219K  /mnt/backup-tank/stuff
backup-tank/test2-home                                  494K  19.8T   384K  /mnt/backup-tank/test2-home
backup-tank/time-machine                                402K  19.8T   311K  /mnt/backup-tank/time-machine
backup-tank/vm-zvol-10g                                13.2G  19.8T  13.2G  -
backup-tank/vmfs4                                      1.26T  19.8T  1.26T  -
freenas-boot                                           21.0G  7.78G    31K  none
freenas-boot/ROOT                                      20.8G  7.78G    31K  none
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201505130355      92.5K  7.78G  17.0G  /
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201506040752        77K  7.78G  17.0G  /
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201506042008       368K  7.78G  17.0G  /
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201506292332       342K  7.78G  18.5G  /
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201509022158      89.5K  7.78G  18.5G  /
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201509160044      85.5K  7.78G  18.5G  /
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201509220011      74.5K  7.78G  18.5G  /
freenas-boot/ROOT/FreeNAS-9.3-STABLE-201509282017      20.8G  7.78G  2.46G  /
freenas-boot/ROOT/default                               127K  7.78G   931M  legacy
freenas-boot/grub                                       244M  7.78G  11.2M  legacy
tank                                                   17.0T  4.10T   112K  /mnt/tank
tank/.system                                            602M  4.10T  93.8M  legacy
tank/.system/configs-f36704f2fe794cb6a75657843255655d  4.05M  4.10T  4.05M  legacy
tank/.system/cores                                     70.4M  4.10T  70.4M  legacy
tank/.system/rrd-f36704f2fe794cb6a75657843255655d       429M  4.10T  77.1M  legacy
tank/.system/samba4                                    1.18M  4.10T   676K  legacy
tank/.system/syslog-f36704f2fe794cb6a75657843255655d   3.69M  4.10T  2.57M  legacy
tank/RESERVED                                           100G  4.20T    96K  /mnt/tank/RESERVED
tank/VM                                                36.6G  4.10T    96K  /mnt/tank/VM
tank/VM-10G                                             155G  4.25T    64K  -
tank/VM/2                                              36.6G  4.10T  36.6G  /mnt/tank/VM/2
tank/backup                                            2.74T  4.10T  2.71T  /mnt/tank/backup
tank/home                                              2.53T  4.10T  2.53T  /mnt/tank/home
tank/jails                                             49.7G  4.10T   232K  /mnt/tank/jails
tank/jails/.warden-template-pluginjail--x64             722M  4.10T   719M  /mnt/tank/jails/.warden-template-pluginjail--x64
tank/jails/.warden-template-standard                   1.59G  4.10T  1.59G  /mnt/tank/jails/.warden-template-standard
tank/jails/.warden-template-standard--x64              1.59G  4.10T  1.54G  /mnt/tank/jails/.warden-template-standard--x64
tank/jails/NeorouterTest1                              1.04G  4.10T  1.60G  /mnt/tank/jails/NeorouterTest1
tank/jails/btsync_1                                     661M  4.10T   952M  /mnt/tank/jails/btsync_1
tank/jails/crashplan_1                                 2.65G  4.10T  2.72G  /mnt/tank/jails/crashplan_1
tank/jails/crashplan_2                                 77.5M  4.10T   796M  /mnt/tank/jails/crashplan_2
tank/jails/htpc-manager_1                               583M  4.10T   895M  /mnt/tank/jails/htpc-manager_1
tank/jails/mineos_1                                    1.17G  4.10T  1.59G  /mnt/tank/jails/mineos_1
tank/jails/owncloud_1                                  2.92G  4.10T  1.73G  /mnt/tank/jails/owncloud_1
tank/jails/plexmediaserver_1                           31.3G  4.10T  11.4G  /mnt/tank/jails/plexmediaserver_1
tank/jails/plexwatch                                   1.20G  4.10T  1.71G  /mnt/tank/jails/plexwatch
tank/jails/sabnzbd_1                                   3.74G  4.10T  2.67G  /mnt/tank/jails/sabnzbd_1
tank/jails/test                                         475M  4.10T  1.62G  /mnt/tank/jails/test
tank/media                                             10.7T  4.10T  10.7T  /mnt/tank/media
tank/stuff                                               96K  4.10T    96K  /mnt/tank/stuff
tank/test2-home                                         168K  4.10T   168K  /mnt/tank/test2-home
tank/time-machine                                       136K  4.10T   136K  /mnt/tank/time-machine
tank/vm-zvol-10g                                        111G  4.20T  7.84G  -
tank/vmfs4                                              568G  4.10T   568G  -
[root@freenas1] ~# 

Code:
[root@freenas1] ~# zfs list -t snapshot | grep MIGRATION
backup-tank/RESERVED@FOR-MIGRATION-20151030                                   18.3K      -   219K  -
backup-tank/VM@FOR-MIGRATION-20151030                                         18.3K      -   219K  -
backup-tank/VM-10G@FOR-MIGRATION-20151030                                     18.3K      -   146K  -
backup-tank/VM/2@FOR-MIGRATION-20151030                                       18.3K      -  38.5G  -
backup-tank/backup@FOR-MIGRATION-20151030                                      562K      -  2.73T  -
backup-tank/home@FOR-MIGRATION-20151030                                       18.3K      -  2.56T  -
backup-tank/jails@FOR-MIGRATION-20151030                                       238K      -   530K  -
backup-tank/jails/.warden-template-pluginjail--x64@FOR-MIGRATION-20151030     18.3K      -   911M  -
backup-tank/jails/.warden-template-standard@FOR-MIGRATION-20151030            18.3K      -  2.91G  -
backup-tank/jails/.warden-template-standard--x64@FOR-MIGRATION-20151030       18.3K      -  2.82G  -
backup-tank/jails/NeorouterTest1@FOR-MIGRATION-20151030                       18.3K      -  2.89G  -
backup-tank/jails/btsync_1@FOR-MIGRATION-20151030                             18.3K      -  1.20G  -
backup-tank/jails/crashplan_1@FOR-MIGRATION-20151030                          17.1K      -  3.04G  -
backup-tank/jails/crashplan_2@FOR-MIGRATION-20151030                          17.1K      -   989M  -
backup-tank/jails/htpc-manager_1@FOR-MIGRATION-20151030                       17.1K      -  1.15G  -
backup-tank/jails/mineos_1@FOR-MIGRATION-20151030                             17.1K      -  1.93G  -
backup-tank/jails/owncloud_1@FOR-MIGRATION-20151030                           18.3K      -  2.40G  -
backup-tank/jails/plexmediaserver_1@FOR-MIGRATION-20151030                    18.3K      -  13.4G  -
backup-tank/jails/plexwatch@FOR-MIGRATION-20151030                            17.1K      -  3.08G  -
backup-tank/jails/sabnzbd_1@FOR-MIGRATION-20151030                            18.3K      -  4.12G  -
backup-tank/jails/test@FOR-MIGRATION-20151030                                 18.3K      -  2.95G  -
backup-tank/media@FOR-MIGRATION-20151030                                      1.37M      -  10.8T  -
backup-tank/stuff@FOR-MIGRATION-20151030                                      18.3K      -   219K  -
backup-tank/test2-home@FOR-MIGRATION-20151030                                 18.3K      -   384K  -
backup-tank/time-machine@FOR-MIGRATION-20151030                               18.3K      -   311K  -
backup-tank/vm-zvol-10g@FOR-MIGRATION-20151030                                18.3K      -  13.2G  -
backup-tank/vmfs4@FOR-MIGRATION-20151030                                       290K      -  1.26T  -
tank@FOR-MIGRATION-20151030                                                       0      -   112K  -
tank/.system@FOR-MIGRATION-20151030                                             72K      -  93.8M  -
tank/.system/configs-f36704f2fe794cb6a75657843255655d@FOR-MIGRATION-20151030      0      -  4.05M  -
tank/.system/cores@FOR-MIGRATION-20151030                                         0      -  70.4M  -
tank/.system/rrd-f36704f2fe794cb6a75657843255655d@FOR-MIGRATION-20151030      53.3M      -  66.9M  -
tank/.system/samba4@FOR-MIGRATION-20151030                                      88K      -   676K  -
tank/.system/syslog-f36704f2fe794cb6a75657843255655d@FOR-MIGRATION-20151030    192K      -  2.15M  -
tank/RESERVED@FOR-MIGRATION-20151030                                              0      -    96K  -
tank/VM@FOR-MIGRATION-20151030                                                    0      -    96K  -
tank/VM-10G@FOR-MIGRATION-20151030                                                0      -    64K  -
tank/VM/2@FOR-MIGRATION-20151030                                                  0      -  36.6G  -
tank/backup@FOR-MIGRATION-20151030                                             200K      -  2.71T  -
tank/home@FOR-MIGRATION-20151030                                                  0      -  2.53T  -
tank/jails@FOR-MIGRATION-20151030                                              104K      -   232K  -
tank/jails/.warden-template-pluginjail--x64@FOR-MIGRATION-20151030                0      -   719M  -
tank/jails/.warden-template-standard@FOR-MIGRATION-20151030                       0      -  1.59G  -
tank/jails/.warden-template-standard--x64@FOR-MIGRATION-20151030                  0      -  1.54G  -
tank/jails/NeorouterTest1@FOR-MIGRATION-20151030                                  0      -  1.60G  -
tank/jails/btsync_1@FOR-MIGRATION-20151030                                        0      -   952M  -
tank/jails/crashplan_1@FOR-MIGRATION-20151030                                     0      -  2.72G  -
tank/jails/crashplan_2@FOR-MIGRATION-20151030                                     0      -   796M  -
tank/jails/htpc-manager_1@FOR-MIGRATION-20151030                                  0      -   895M  -
tank/jails/mineos_1@FOR-MIGRATION-20151030                                        0      -  1.59G  -
tank/jails/owncloud_1@FOR-MIGRATION-20151030                                      0      -  1.73G  -
tank/jails/plexmediaserver_1@FOR-MIGRATION-20151030                               0      -  11.4G  -
tank/jails/plexwatch@FOR-MIGRATION-20151030                                       0      -  1.71G  -
tank/jails/sabnzbd_1@FOR-MIGRATION-20151030                                       0      -  2.67G  -
tank/jails/test@FOR-MIGRATION-20151030                                            0      -  1.62G  -
tank/media@FOR-MIGRATION-20151030                                              648K      -  10.7T  -
tank/stuff@FOR-MIGRATION-20151030                                                 0      -    96K  -
tank/test2-home@FOR-MIGRATION-20151030                                            0      -   168K  -
tank/time-machine@FOR-MIGRATION-20151030                                          0      -   136K  -
tank/vm-zvol-10g@FOR-MIGRATION-20151030                                           0      -  7.84G  -
tank/vmfs4@FOR-MIGRATION-20151030                                              128K      -   568G  -
[root@freenas1] ~# 
 
Last edited:

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
So I edited the steps above as I was going through the migration. Everything seems ok and it appears that the migration worked.
 

depasseg

FreeNAS Replicant
Joined
Sep 16, 2014
Messages
2,874
Well, it hasn't gone without a hitch. I'm experiencing the ole "replication renders the pool unmounted" issue. fun times. It sounds like it's related to permissions or a faulty snapshot and presents itself in the logs as:
Code:
Nov  3 00:01:08 freenas1 collectd[8673]: statvfs(/mnt/backup-tank/RESERVED) failed: No such file or directory
Nov  3 00:01:08 freenas1 collectd[8673]: statvfs(/mnt/backup-tank/VM) failed: No such file or directory
Nov  3 00:01:08 freenas1 collectd[8673]: statvfs(/mnt/backup-tank/VM/2) failed: No such file or directory
Nov  3 00:01:08 freenas1 collectd[8673]: statvfs(/mnt/backup-tank/backup) failed: No such file or directory


And from a command line a ll /mnt/backup-tank is empty. If I run zfs mount -a, then the folders reappear until the the next replication.

So, my issue now is I want to get rid of all my snapshots, but there are a bunch of them (3500) and the GUI can not handle it (shift-clicking all).
Will FN get all messed up if I destroy the snapshots from the CLI?
 
Status
Not open for further replies.
Top