1
0
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:
Ruben S. Montero 2022-04-25 15:12:34 +02:00
commit 8d9e9ccb7e
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87
3 changed files with 8 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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