mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
bug #2258: update raw examples in vmm config files
This commit is contained in:
parent
990092271c
commit
76164fa1d0
@ -35,4 +35,4 @@ FEATURES = [ PAE = "no", ACPI = "yes" ]
|
||||
DISK = [ driver = "raw" , cache = "none"]
|
||||
|
||||
#NIC = [ filter = "clean-traffic", model="virtio" ]
|
||||
#RAW = "<devices><serial type=\"pty\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></serial><console type=\"pty\" tty=\"/dev/pts/5\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></console></devices>"
|
||||
#RAW = [ type = "kvm", data = "<devices><serial type=\"pty\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></serial><console type=\"pty\" tty=\"/dev/pts/5\"><source path=\"/dev/pts/5\"/><target port=\"0\"/></console></devices>" ]
|
||||
|
@ -30,4 +30,4 @@
|
||||
CREDIT = 256
|
||||
DISK = [ driver = "tap:aio:" ]
|
||||
|
||||
#RAW = "data=\"on_crash=destroy\""
|
||||
#RAW = [ type = "xen", data = "on_crash=destroy" ]
|
||||
|
@ -30,4 +30,4 @@
|
||||
CREDIT = 256
|
||||
DISK = [ driver = "raw:" ]
|
||||
|
||||
#RAW = "data=\"on_crash=destroy\""
|
||||
#RAW = [ type = "xen", data = "on_crash=destroy" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user