Add dataset to VM

markc

Active Member
Sep 12, 2020
61
13
28
70
Gold Coast, Australia
spiderweb.com.au
I imported a ZFS pool on a pair of 8TB disks and added it as storage attached to one host node. This pool seems to have a single dataset...

Code:
~ zpool list pbs2
NAME   SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
pbs2  7.27T  4.64T  2.62T        -         -     1%    63%  1.00x    ONLINE  -

~ zfs list pbs2
NAME   USED  AVAIL     REFER  MOUNTPOINT
pbs2  4.64T  2.50T     4.53T  /pbs2

Is it possible to somehow "mount" /pbs2 inside a VM and keep the current files?