weizhouapache commented on issue #7490:
URL: https://github.com/apache/cloudstack/issues/7490#issuecomment-2163087257

   I was not able to reproduce the issue
   
   when add 6 data disk (7 in total including root disk), the xml has the 
following
   ```
   # virsh dumpxml i-2-9-VM |grep scsi
         <target dev='sda' bus='scsi'/>
         <alias name='scsi0-0-0-0'/>
         <target dev='sdb' bus='scsi'/>
         <alias name='scsi0-0-0-1'/>
         <target dev='sdc' bus='scsi'/>
         <alias name='scsi0-0-0-2'/>
         <target dev='sde' bus='scsi'/>
         <alias name='scsi0-0-0-4'/>
         <target dev='sdf' bus='scsi'/>
         <alias name='scsi0-0-0-5'/>
         <target dev='sdg' bus='scsi'/>
         <alias name='scsi0-0-0-6'/>
         <target dev='sdh' bus='scsi'/>
         <alias name='scsi1-0-0-0'/>
   ```
   
   when stop/start the vm, the output of the same (the index of data disks are 
different).
   
   I tested on rocky8, below is the host information
   ```
   # virsh version
   Compiled against library: libvirt 8.0.0
   Using library: libvirt 8.0.0
   Using API: QEMU 8.0.0
   Running hypervisor: QEMU 6.2.0
   
   
   # cat /etc/os-release 
   NAME="Rocky Linux"
   VERSION="8.4 (Green Obsidian)"
   ID="rocky"
   ID_LIKE="rhel fedora"
   VERSION_ID="8.4"
   PLATFORM_ID="platform:el8"
   PRETTY_NAME="Rocky Linux 8.4 (Green Obsidian)"
   ANSI_COLOR="0;32"
   CPE_NAME="cpe:/o:rocky:rocky:8.4:GA"
   HOME_URL="https://rockylinux.org/";
   BUG_REPORT_URL="https://bugs.rockylinux.org/";
   ROCKY_SUPPORT_PRODUCT="Rocky Linux"
   ROCKY_SUPPORT_PRODUCT_VERSION="8"
   ```
   
   
   @VincentHermes 
   can you share the information of your kvm host ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to