what is (jail-name)-7tcfz ?

picarica

Dabbler
Joined
Jan 24, 2023
Messages
18
soo i recently noticed i have some vdev called Jellyfin-7tcfz its volume it has 10GB of space allocated and i have not idea how it was created, i have jail called Jellyfin, but why did it create this vdev? when i find in bash it only finds that vdev in /dev/zvol/NAS/Jellyfin-7tcfz and nothing else, i cant look what 10gb is it using?

can i safely delete it ? or how can i find out why its there and whats in it
 
Joined
Oct 22, 2019
Messages
3,641
Vdev? Or Zvol?

A pool is comprised of vdevs, so I don't understand how a vdev can materialize out of nowhere.


Do you see anything listed in your pool's dataset/zvol hiearchy?
Code:
zfs list -t filesystem,volume -r -o space,type poolname
 
Last edited:

picarica

Dabbler
Joined
Jan 24, 2023
Messages
18
Vdev? Or Zvol?

A pool is comprised of vdevs, so I don't understand how a vdev can materialize out of nowhere.


Do you see anything listed in your pool's dataset/zvol hiearchy?
Code:
zfs list -t filesystem,volume -r -o space,type poolname
hello as i said its a vdev, and yes i am confused as you are, here is the output of the command you askes for, i have no idea how it was created, the 4 random letter tells me iot was randomly generated but what generated it ? the jellyfin jail is manually made i made it ,but no 10GB vdev for it

Code:
NAME                                                  AVAIL   USED  USEDSNAP  USEDDS  USEDREFRESERV  USEDCHILD  TYPE
NAS                                                   1.59T   985G        0B    151K             0B       985G  filesystem
NAS/.system                                           1.59T  42.6M        0B    163K             0B      42.5M  filesystem
NAS/.system/configs-cadb1ce96f8c4a01a65be3ef8f5cb996  1.59T  2.17M        0B   2.17M             0B         0B  filesystem
NAS/.system/cores                                     1024M   140K        0B    140K             0B         0B  filesystem
NAS/.system/rrd-cadb1ce96f8c4a01a65be3ef8f5cb996      1.59T  36.7M        0B   36.7M             0B         0B  filesystem
NAS/.system/samba4                                    1.59T  2.34M     1.86M    494K             0B         0B  filesystem
NAS/.system/services                                  1.59T   140K        0B    140K             0B         0B  filesystem
NAS/.system/syslog-cadb1ce96f8c4a01a65be3ef8f5cb996   1.59T   913K        0B    913K             0B         0B  filesystem
NAS/.system/webui                                     1.59T   140K        0B    140K             0B         0B  filesystem
NAS/Jellyfin-7tcfz                                    1.60T  11.0G        0B   81.4K          11.0G         0B  volume
NAS/iocage                                            1.59T   948G        0B   8.72M             0B       948G  filesystem
NAS/iocage/download                                   1.59T   835M        0B    151K             0B       835M  filesystem
NAS/iocage/download/13.0-RELEASE                      1.59T   401M        0B    401M             0B         0B  filesystem
NAS/iocage/download/13.1-RELEASE                      1.59T   434M        0B    434M             0B         0B  filesystem
NAS/iocage/images                                     1.59T   140K        0B    140K             0B         0B  filesystem
NAS/iocage/jails                                      1.59T   944G        0B    151K             0B       944G  filesystem
NAS/iocage/jails/Jellyfin                             1.59T  2.04G        0B    157K             0B      2.03G  filesystem
NAS/iocage/jails/Jellyfin/root                        1.59T  2.03G        0B   2.03G             0B         0B  filesystem
NAS/iocage/jails/Torrent                              1.59T   942G        0B    418K             0B       942G  filesystem
NAS/iocage/jails/Torrent/root                         1.59T   942G        0B    942G             0B         0B  filesystem
NAS/iocage/log                                        1.59T   169K        0B    169K             0B         0B  filesystem
NAS/iocage/releases                                   1.59T  3.31G        0B    140K             0B      3.31G  filesystem
NAS/iocage/releases/13.0-RELEASE                      1.59T  1.63G        0B    140K             0B      1.63G  filesystem
NAS/iocage/releases/13.0-RELEASE/root                 1.59T  1.63G        0B   1.63G             0B         0B  filesystem
NAS/iocage/releases/13.1-RELEASE                      1.59T  1.67G        0B    140K             0B      1.67G  filesystem
NAS/iocage/releases/13.1-RELEASE/root                 1.59T  1.67G      616K   1.67G             0B         0B  filesystem
NAS/iocage/templates                                  1.59T   140K        0B    140K             0B         0B  filesystem
NAS/sambashare                                        1.59T  26.1G        0B   26.1G             0B         0B  filesystem
 

NugentS

MVP
Joined
Apr 16, 2020
Messages
2,947
I have two like that. Each one is the zvol associated with the virtual disk for a VM
 
Joined
Oct 22, 2019
Messages
3,641
it should be safe to delete right ?
If you're certain you don't need it and that it contains no important data within, then it's safe to assume you can delete it.

That's up to you.
 
Top