Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Virtualization Guide - Linux
Last Published:
2025-04-25
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: Linux
- Section I. Overview of InfoScale solutions used in Linux virtualization
- Overview of supported products and technologies
- About InfoScale support for Linux virtualization environments
- About KVM technology
- Overview of supported products and technologies
- Section II. Implementing a basic KVM environment
- Getting started with basic KVM
- InfoScale solutions configuration options for the kernel-based virtual machines environment
- Installing and configuring VCS in a kernel-based virtual machine (KVM) environment
- Configuring KVM resources
- Getting started with basic KVM
- Section III. Implementing InfoScale an OpenStack environment
- Section IV. Implementing Linux virtualization use cases
- Application visibility and device discovery
- Server consolidation
- Physical to virtual migration
- Simplified management
- Application availability using Cluster Server
- Virtual machine availability
- Virtual machine availability for live migration
- Virtual to virtual clustering in a Hyper-V environment
- Virtual to virtual clustering in an OVM environment
- Multi-tier business service support
- Managing Docker containers with InfoScale Enterprise
- About the Cluster Server agents for Docker, Docker Daemon, and Docker Container
- Managing storage capacity for Docker containers
- Offline migration of Docker containers
- Disaster recovery of volumes and file systems in Docker environments
- Section V. Reference
- Appendix A. Troubleshooting
- Appendix B. Sample configurations
- Appendix C. Where to find more information
- Appendix A. Troubleshooting
UDID mismatch in a CFS cluster in an OpenStack environment
You might encounter the following issue with a Cluster File System (CFS) cluster in an OpenStack environment:
# vxdisk list DEVICE TYPE DISK GROUP STATUS openstack-vm10_virtio0_0 auto:cdsdisk - - online udid_mismatch openstack-vm10_virtio0_2 auto:cdsdisk - - error
In this example, the OS device names /dev/vda
and /dev/vdb
are used as LUN serial numbers. A non-SCSI ASL is used, and these devices are claimed by libvxvirtio.so
.
# vxdisk -p list
DISK : openstack-vm11_virtio0_0
VID : QEMU
UDID : QEMU%5FVIRTIO%5Fdd0ad256%5F%2Fdev%2Fvdc
SCSI_VERSION : 0
PID : VIRTIO
PHYS_PATH : virtio-pci-0000:09:00.0
PHYS_CTLR_NAME : c508
MEDIA_TYPE : hdd
LUN_TYPE : std
LUN_SNO_ORDER : 1
LUN_SERIAL_NO : /dev/vdc
LIBNAME : libvxvirtio.so
DMP_DEVICE : openstack-vm11_virtio0_0
CONN_TYPE : local
CAB_SERIAL_NO : dd0ad256
ATYPE : A/A
ANAME : VirtIO
TRANSPORT : SCSI
ENCLOSURE_NAME : openstack-vm11_virtio0
DMP_SINGLE_PATH : /dev/vdc
LUN_SIZE : 209705712
NUM_PATHS : 1
STATE : online
HOSTID : Y_CLS_PRI
DISK_TYPE : auto
FORMAT : cdsdisk
DA_INFO : format=cdsdisk,privoffset=256,pubslice=3,privslice=3
PRIV_OFF : 256
PRIV_LEN : 65536
PUB_OFF : 65792
PUB_LEN : 209639920
PRIV_UDID : QEMU%5FVIRTIO%5Fdd0ad256%5F%2Fdev%2Fvdc
DG_NAME : yash_sdg1
DGID : 1729076739.17.openstack-vm11
DG_STATE : imported shared
DISKID : 1729073915.9.openstack-vm11
DISK_TIMESTAMP : Wed Oct 16 06:18:35 AM 2024
This error occurs because the OS device name is not unique across the CFS cluster nodes.
Workaround: Boot the VM instance with the virtio-scsi
controller, so that all the SCSI disks attached to it use the virtio-scsi
driver.
In this example, the disks appear as follows:
sdc 8:32 0 110G 0 disk ├─sdc3 8:35 0 110G 0 part └─sdc8 8:40 0 110G 0 part
# vxdisk -p list emc0_2d9a
DISK : emc0_2d9a
VID : EMC
UDID : EMC%5FSYMMETRIX%5F000297900694%5F9402D9A000
TP_PREF_RCLMCMD : write_same
TP_RECLM_CMDS : write_same, unmap
TP_ALLOC_UNIT : 131072
TP_MAX_REC_SIZE : 25165824
TP_LUN_SHIFT_OF : 0
SCSI_VERSION : 5
SCSI3_VPD_ID : NAA:60000970000297900694533032443941
REVISION : 5978
PORT_SERIAL_NO : 1d-9
PID : SYMMETRIX
PHYS_PATH : pci-0000:0a:00.0-scsi-0:0:0:0
PHYS_CTLR_NAME : c8
NR_DEVICE : no
MEDIA_TYPE : hdd
LUN_TYPE : std
LUN_SNO_ORDER : 0
LUN_SERIAL_NO : 9402D9A000
LOCATION : 000297900694
LIBNAME : libvxemc.so
HARDWARE_MIRROR : no
DMP_DEVICE : emc0_2d9a
DDL_THIN_DISK : thinrclm
DDL_DEVICE_ATTR : tprclm
CAB_SERIAL_NO : 000297900694
ATYPE : VMAX-A/A
ARRAY_VOLUME_ID : 2D9A
ARRAY_PORT_PWWN :
ARRAY_CTLR_ID : 1d-000297900694
ANAME : EMC
TRANSPORT : SCSI
ENCLOSURE_NAME : emc0
LUN_SIZE : 230678032
NUM_PATHS : 2
STATE : online
SETTINGS : thinrclm
HOSTID : Y_CLS
DISK_TYPE : auto
FORMAT : cdsdisk
DA_INFO : format=cdsdisk,privoffset=256,pubslice=3,privslice=3
PRIV_OFF : 256
PRIV_LEN : 65536
PUB_OFF : 65792
PUB_LEN : 230612240
PRIV_UDID : EMC%5FSYMMETRIX%5F000297900694%5F9402D9A000
DG_NAME : passthrough_shared_dg
DGID : 1741324852.13.A13
DG_STATE : imported shared disabled
See InfoScale logs for CFS configurations in OpenStack environments.