File: xenapi-virt-device-role-tagging-5ffb440f75fae834.yaml

package info (click to toggle)
nova 2%3A18.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,532 kB
  • sloc: python: 383,759; pascal: 1,610; xml: 1,184; sh: 917; makefile: 140; sql: 43
file content (20 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
features:
  - |
    The ``XenAPI`` compute driver now supports creating servers with virtual
    interface and block device tags which was introduced in the ``2.32``
    microversion.

    Note that multiple paths will exist for a tagged disk for the following
    reasons:

    1. HVM guests may not have the paravirtualization (PV) drivers installed,
       in which case the disk will be accessible on the ``ide`` bus. When the
       PV drivers are installed the disk will be accessible on the ``xen`` bus.
    2. Windows guests with PV drivers installed expose devices in a different
       way to Linux guests with PV drivers. Linux systems will see disk paths
       under ``/sys/devices/``, but Windows guests will see them in the
       registry, for example ``HKLM\System\ControlSet001\Enum\SCSIDisk``. These
       two disks are both on the ``xen`` bus.

    See the following XenAPI documentation for details: http://xenbits.xen.org/docs/4.2-testing/misc/vbd-interface.txt