added Virtual hardidsk is not displayed in fdisk -l

General support questions
Post Reply
mkkrish
Posts: 1
Joined: 2018/11/30 15:28:57

added Virtual hardidsk is not displayed in fdisk -l

Post by mkkrish » 2018/11/30 15:39:04

I have installed XCP - 1.6 Hypervisor on bare metal machine. CentOS 7.5 VM created. 3 virtual HDs are added and PVs created and VGs extended.
Now I added 4th Virtual HD to the VM from Xen Center and it is /dev/hde.

THis should be displayed as /dev/xvde in the VM while executing fdisk -l command of VM . But this is not displayed,

xe-guest-tools 6.1 installed on VM.

Please suggest solution.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: added Virtual hardidsk is not displayed in fdisk -l

Post by hunter86_bg » 2018/11/30 18:43:32

You need to rescan the SCSI bus.
I usually run something like:

Code: Select all

find /sys/class -iname 'scan' -exec echo "- - -" > {}\;

Post Reply