Uploaded image for project: 'XenServer Org'
  1. XenServer Org
  2. XSO-803

vhdpartx fails to execute because /usr/lib/libvhdio.so.1.0 is absent

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • None
    • 7.2
    • Storage
    • None

    Description

      vhdpartx script

      set -e
      
      PARTUTIL=/usr/sbin/part-util
      LIBVHDIO=/usr/lib/libvhdio.so.1.0
      
      die()
      {
          echo "$@"
          exit 1
      }
      
      usage()
      {
          echo "usage: $0 [-a | -d | -l] vhd [lib]"
          echo "-a add partition mappings"
          echo "-d del partition mappings"
          echo "-l list partition mappings"
          exit 1
      }
      

      We fail to launch vhdpartx script. We cannot see libvhdio.so.1.0 in XenServer Dom0.

      Attachments

        Activity

          People

            garyk Gary Kirkpatrick
            chunjiez Chunjie Zhu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: