Raid-Z2 Used Space 100%, after it lost connection via iSCSI.

Kodya

Cadet
Joined
Nov 26, 2021
Messages
1
Hi there.
I create zpool in Z2 with mirroring.
i'm created zvol and configure it for iSCSI using.
I forget about disk space, and someday my zvol become Used Space 100%.... and my host's lost connection to iscsi zvol....
Because i'm using oracle vm the filesystem of zvol = ocfs2.. and if i try mount this filesystem, i get next error.

dmesg | tail
[6494461.852069] (mount.ocfs2,2272,0):ocfs2_mount_volume:1893 ERROR: status = -5
[6494461.852630] (mount.ocfs2,2272,19):ocfs2_write_block:93 ERROR: status = -5
[6494461.852844] (mount.ocfs2,2272,19):ocfs2_journal_toggle_dirty:929 ERROR: status = -5
[6494461.853165] (mount.ocfs2,2272,19):ocfs2_journal_shutdown:996 ERROR: status = -5
[6494461.853940] (mount.ocfs2,2272,19):ocfs2_write_block:93 ERROR: status = -5
[6494461.854135] (mount.ocfs2,2272,19):ocfs2_update_disk_slot:217 ERROR: status = -5
[6494461.854478] (mount.ocfs2,2272,19):ocfs2_put_slot:540 ERROR: status = -5
[6494465.862760] o2dlm: Leaving domain 0004FB00000500003E75264B18FBF4E0
[6494465.863126] ocfs2: Unmounting device (249,4) on (node 2)
[6494465.863133] (mount.ocfs2,2272,19):ocfs2_fill_super:1218 ERROR: status = -5

How i can mount it, and get data from this zvol?
 

Samuel Tai

Never underestimate your own stupidity
Moderator
Joined
Apr 24, 2020
Messages
5,399
Please describe your pool and hardware in detail, as per the Forum Rules.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
How i can mount it, and get data from this zvol?
Use a VM that can read that filesystem and mount the zvol to it as a device.

A TrueNAS host won't be able to mount that filesystem.
 
Top