Hi , I have a couple of volumes per iscsi connected to 3 nodes with proxmox (10gb ethernet and multipath) , a volume is almost 6TB and another of 1.5TB, by mistake attach a 2.5tb disk to a vm and when I want to delete disk proxmox hangs .
lvremove DLOW1:vm-1007-disk-2 (HANGED with this command)
I have to forcefully shut down the server again, if I check the log when it gets stuck it shows me this.
dmesg
[68782.193915] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194180] sd 9:0:0:1: [sdd] tag#4 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194190] sd 9:0:0:1: [sdd] tag#4 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194192] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194455] sd 9:0:0:1: [sdd] tag#5 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194457] sd 9:0:0:1: [sdd] tag#5 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194458] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194721] sd 9:0:0:1: [sdd] tag#6 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194723] sd 9:0:0:1: [sdd] tag#6 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194724] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194985] sd 9:0:0:1: [sdd] tag#7 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194987] sd 9:0:0:1: [sdd] tag#7 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194988] print_req_error: I/O error, dev sdd, sector 9965660160
these commands are from another node
SDD is the volume for iscsi
lsscsi -s
[0:0:1:0] disk ATA INTEL SSDSC2KW12 036C /dev/sda 120GB
[1:0:1:0] disk ATA INTEL SSDSC2KW12 036C /dev/sdb 120GB
[6:0:0:1] disk FreeNAS iSCSI Disk 0123 /dev/sdc 7.30TB
[6:0:0:2] disk FreeNAS iSCSI Disk 0123 /dev/sde 1.64TB
[7:0:0:1] disk FreeNAS iSCSI Disk 0123 /dev/sdd 7.30TB
[7:0:0:2] disk FreeNAS iSCSI Disk 0123 /dev/sdf 1.64TB
multipath -ll
DFAST1 (36589cfc0000001733dbf6c0497b9340e) dm-1 FreeNAS,iSCSI Disk
size=1.5T features='2 queue_if_no_path retain_attached_hw_handler' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 7:0:0:2 sdf 8:80 active ready running
`- 6:0:0:2 sde 8:64 active ready running
DLOW1 (36589cfc000000d2aad2d66d27ebe70a3) dm-0 FreeNAS,iSCSI Disk
size=6.6T features='2 queue_if_no_path retain_attached_hw_handler' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 7:0:0:1 sdd 8:48 active ready running
`- 6:0:0:1 sdc 8:32 active ready running
pvs
PV VG Fmt Attr PSize PFree
/dev/mapper/DFAST1 vDFAST1 lvm2 a-- 1.50t 941.00g
/dev/mapper/DLOW1 DLOW1 lvm2 a-- 6.64t 1.12t
any idea?
lvremove DLOW1:vm-1007-disk-2 (HANGED with this command)
I have to forcefully shut down the server again, if I check the log when it gets stuck it shows me this.
dmesg
[68782.193915] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194180] sd 9:0:0:1: [sdd] tag#4 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194190] sd 9:0:0:1: [sdd] tag#4 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194192] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194455] sd 9:0:0:1: [sdd] tag#5 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194457] sd 9:0:0:1: [sdd] tag#5 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194458] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194721] sd 9:0:0:1: [sdd] tag#6 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194723] sd 9:0:0:1: [sdd] tag#6 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194724] print_req_error: I/O error, dev sdd, sector 9965660160
[68782.194985] sd 9:0:0:1: [sdd] tag#7 FAILED Result: hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
[68782.194987] sd 9:0:0:1: [sdd] tag#7 CDB: Unmap/Read sub-channel 42 00 00 00 00 00 00 00 18 00
[68782.194988] print_req_error: I/O error, dev sdd, sector 9965660160
these commands are from another node
SDD is the volume for iscsi
lsscsi -s
[0:0:1:0] disk ATA INTEL SSDSC2KW12 036C /dev/sda 120GB
[1:0:1:0] disk ATA INTEL SSDSC2KW12 036C /dev/sdb 120GB
[6:0:0:1] disk FreeNAS iSCSI Disk 0123 /dev/sdc 7.30TB
[6:0:0:2] disk FreeNAS iSCSI Disk 0123 /dev/sde 1.64TB
[7:0:0:1] disk FreeNAS iSCSI Disk 0123 /dev/sdd 7.30TB
[7:0:0:2] disk FreeNAS iSCSI Disk 0123 /dev/sdf 1.64TB
multipath -ll
DFAST1 (36589cfc0000001733dbf6c0497b9340e) dm-1 FreeNAS,iSCSI Disk
size=1.5T features='2 queue_if_no_path retain_attached_hw_handler' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 7:0:0:2 sdf 8:80 active ready running
`- 6:0:0:2 sde 8:64 active ready running
DLOW1 (36589cfc000000d2aad2d66d27ebe70a3) dm-0 FreeNAS,iSCSI Disk
size=6.6T features='2 queue_if_no_path retain_attached_hw_handler' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 7:0:0:1 sdd 8:48 active ready running
`- 6:0:0:1 sdc 8:32 active ready running
pvs
PV VG Fmt Attr PSize PFree
/dev/mapper/DFAST1 vDFAST1 lvm2 a-- 1.50t 941.00g
/dev/mapper/DLOW1 DLOW1 lvm2 a-- 6.64t 1.12t
any idea?