prashanthr2 commented on issue #13292: URL: https://github.com/apache/cloudstack/issues/13292#issuecomment-5068487266
@BannerSmash @mvds-bbtk @olivierlambert I am unable to reproduce the issue with fresh install of XCP-ng 8.3 version. Can you please confirm the exact update on top of 8.3 version which removed the lvhdutil or the exact update you were on when the issue happened. ``` #cat /etc/xensource-inventory PRIMARY_DISK='/dev/sda' PRODUCT_VERSION='8.3.0' DOM0_VCPUS='3' CONTROL_DOMAIN_UUID='cbfcf853-20d3-4671-a5ba-5d8935d43900' DOM0_MEM='1440' COMPANY_NAME_SHORT='Vates, XenServer, and others' MANAGEMENT_ADDRESS_TYPE='IPv4' PARTITION_LAYOUT='ROOT,BACKUP,LOG,BOOT,SWAP,SR' PRODUCT_VERSION_TEXT='8.3' CURRENT_INTERFACES='' PRODUCT_BRAND='XCP-ng' INSTALLATION_UUID='9e7cee0b-21e7-4d6c-8d5c-a2b926132ce4' PRODUCT_VERSION_TEXT_SHORT='8.3' BRAND_CONSOLE='Xen Orchestra' PRODUCT_NAME='xenenterprise' MANAGEMENT_INTERFACE='xenbr0' COMPANY_PRODUCT_BRAND='XCP-ng' PLATFORM_VERSION='3.4.0' BUILD_NUMBER='cloud' PLATFORM_NAME='XCP' BRAND_CONSOLE_URL='https://xcp-ng.org/' BACKUP_PARTITION='/dev/sda2' INSTALLATION_DATE='2025-04-28 12:58:57.457752' COMPANY_NAME='Vates, XenServer, and others' ``` ``` # find /opt/xensource/sm /usr/lib/python* -name 'lvhdutil*' /opt/xensource/sm/lvhdutil.py ``` ``` # rpm -qa | grep -Ei 'sm|storage' sm-cli-24.19.2-1.4.xcpng8.3.x86_64 sm-fairlock-3.2.3-1.7.xcpng8.3.x86_64 ssmtp-2.64-14.el7.x86_64 python2-xapi-storage-24.19.2-1.4.xcpng8.3.x86_64 xapi-storage-script-24.19.2-1.4.xcpng8.3.x86_64 psmisc-22.20-15.el7.x86_64 libsmbclient-4.10.16-17.0.4.2.xcpng8.3.x86_64 microsemi-smartpqi-2.1.28_025-1.xcpng8.3.x86_64 sm-3.2.3-1.7.xcpng8.3.x86_64 smartmontools-7.0-2.el7.x86_64 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
