mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
Merge branch 'peterloeffler-add_keys'
This commit is contained in:
commit
8d9e9ccb7e
@ -25,6 +25,9 @@ const (
|
||||
PersistentType Template = "PERSISTENT_TYPE"
|
||||
Size Template = "SIZE"
|
||||
DevPrefix Template = "DEV_PREFIX"
|
||||
Cache Template = "CACHE"
|
||||
Discard Template = "DISCARD"
|
||||
IO Template = "IO"
|
||||
Target Template = "TARGET"
|
||||
Driver Template = "DRIVER"
|
||||
Path Template = "PATH"
|
||||
|
@ -34,6 +34,9 @@ type DiskKeys string
|
||||
const (
|
||||
DiskVec string = "DISK"
|
||||
DevPrefix DiskKeys = "DEV_PREFIX"
|
||||
Cache DiskKeys = "CACHE"
|
||||
Discard DiskKeys = "DISCARD"
|
||||
IO DiskKeys = "IO"
|
||||
DiskID DiskKeys = "DISK_ID"
|
||||
Datastore DiskKeys = "DATASTORE"
|
||||
DatastoreID DiskKeys = "DATASTORE_ID"
|
||||
|
@ -82,8 +82,10 @@ const (
|
||||
ACPI Feature = "ACPI"
|
||||
APIC Feature = "APIC"
|
||||
LocalTime Feature = "LOCAL_TIME"
|
||||
HyperV Feature = "HYPERV"
|
||||
GuestAgent Feature = "GUEST_AGENT"
|
||||
VirtIOScsiQueues Feature = "VIRTIO_SCSI_QUEUES"
|
||||
IOThreads Feature = "IOTHREADS"
|
||||
)
|
||||
|
||||
// IOGraphics define keys for the VM IO graphics
|
||||
|
Loading…
x
Reference in New Issue
Block a user