I’m having a little issue. I have a live system which run on RHEL 6.7 (VM) and have VMware 6.5 (which is not managed by our group). The issue is, the other group tried to extend the capacity of an existing disk on a VM. After that, I ran a scan command to detect new disk as usual with echo "- - -" > /sys/class/scsi_host/host0/scan
, but nothing happened. They added 40G on sdb
disk which should be 100G and I saw that is changed on VM but not on Linux. So where is the problem ? As I said, this is a live system, so I don’t want to reboot it.
Here is the system :
# df -h /dev/mapper/itsmvg-bmclv
59G 47G 9.1G 84% /opt/bmc
# lsblk sdb
8:16 0 60G 0 disk └─itsmvg-bmclv (dm-2)
253:2 0 60G 0 lvm /opt/bmc
# vgs
VG #PV #LV #SN Attr VSize VFree
itsmvg 1 1 0 wz--n- 59.94g 0
# pwd
/sys/class/scsi_host
# ll
lrwxrwxrwx 1 root root 0 Nov 13 16:18 host0 -> ../../devices/pci0000:00/0000:00:07.1/host0/scsi_host/host0
lrwxrwxrwx 1 root root 0 Nov 13 16:19 host1 -> ../../devices/pci0000:00/0000:00:07.1/host1/scsi_host/host1
lrwxrwxrwx 1 root root 0 Nov 13 16:19 host2 -> ../../devices/pci0000:00/0000:00:15.0/0000:03:00.0/host2/scsi_host/host2