Statistics
| Branch: | Tag: | Revision:

root / test / data / kvm_runtime.json @ dcedd81a

History | View | Annotate | Download (3.1 kB)

1
[
2
  [
3
    "/usr/bin/kvm",
4
    "-name",
5
    "xen-test-inst2",
6
    "-m",
7
    1024,
8
    "-smp",
9
    "1",
10
    "-pidfile",
11
    "/var/run/ganeti/kvm-hypervisor/pid/xen-test-inst2",
12
    "-balloon",
13
    "virtio",
14
    "-daemonize",
15
    "-machine",
16
    "pc-1.1",
17
    "-monitor",
18
    "unix:/var/run/ganeti/kvm-hypervisor/ctrl/xen-test-inst2.monitor,server,nowait",
19
    "-serial",
20
    "unix:/var/run/ganeti/kvm-hypervisor/ctrl/xen-test-inst2.serial,server,nowait",
21
    "-usb",
22
    "-usbdevice",
23
    "tablet",
24
    "-vnc",
25
    ":5100"
26
  ],
27
  [
28
    {
29
      "mac": "aa:00:00:bf:2f:16",
30
      "nicparams": {
31
        "link": "br0",
32
        "mode": "bridged"
33
      },
34
      "pci": 6,
35
      "uuid": "003fc157-66a8-4e6d-8b7e-ec4f69751396"
36
    }
37
  ],
38
  {
39
    "acpi": true,
40
    "boot_order": "disk",
41
    "cdrom2_image_path": "",
42
    "cdrom_disk_type": "",
43
    "cdrom_image_path": "",
44
    "cpu_cores": 0,
45
    "cpu_mask": "all",
46
    "cpu_sockets": 0,
47
    "cpu_threads": 0,
48
    "cpu_type": "",
49
    "disk_cache": "default",
50
    "disk_type": "paravirtual",
51
    "floppy_image_path": "",
52
    "initrd_path": "",
53
    "kernel_args": "ro",
54
    "kernel_path": "",
55
    "keymap": "",
56
    "kvm_extra": "",
57
    "kvm_flag": "",
58
    "kvm_path": "/usr/bin/kvm",
59
    "machine_version": "",
60
    "mem_path": "",
61
    "migration_bandwidth": 32,
62
    "migration_downtime": 30,
63
    "migration_mode": "live",
64
    "migration_port": 8102,
65
    "nic_type": "paravirtual",
66
    "reboot_behavior": "reboot",
67
    "root_path": "/dev/vda1",
68
    "security_domain": "",
69
    "security_model": "none",
70
    "serial_console": true,
71
    "serial_speed": 38400,
72
    "soundhw": "",
73
    "spice_bind": "",
74
    "spice_image_compression": "",
75
    "spice_ip_version": 0,
76
    "spice_jpeg_wan_compression": "",
77
    "spice_password_file": "",
78
    "spice_playback_compression": true,
79
    "spice_streaming_video": "",
80
    "spice_tls_ciphers": "HIGH:-DES:-3DES:-EXPORT:-ADH",
81
    "spice_use_tls": false,
82
    "spice_use_vdagent": true,
83
    "spice_zlib_glz_wan_compression": "",
84
    "usb_devices": "",
85
    "usb_mouse": "",
86
    "use_chroot": false,
87
    "use_localtime": false,
88
    "vga": "",
89
    "vhost_net": false,
90
    "vnc_bind_address": "0.0.0.0",
91
    "vnc_password_file": "",
92
    "vnc_tls": false,
93
    "vnc_x509_path": "",
94
    "vnc_x509_verify": false,
95
    "vnet_hdr": true
96
  },
97
  [
98
    [
99
      {
100
        "dev_type": "lvm",
101
        "iv_name": "disk/0",
102
        "logical_id": [
103
          "autovg",
104
          "b9d4ee8e-c81b-42eb-9899-60481886c7ac.disk0"
105
        ],
106
        "mode": "rw",
107
        "name": "disk0",
108
        "params": {
109
          "stripes": 1
110
        },
111
        "pci": 4,
112
        "size": 1024,
113
        "uuid": "7c079136-2573-4112-82d0-0d3d2aa90d8f"
114
      },
115
      "/var/run/ganeti/instance-disks/xen-test-inst2:0"
116
    ],
117
    [
118
      {
119
        "dev_type": "lvm",
120
        "iv_name": "disk/1",
121
        "logical_id": [
122
          "autovg",
123
          "602c0a3b-d09b-4ebe-9774-5f12ef654a1f.disk1"
124
        ],
125
        "mode": "rw",
126
        "name": "disk1",
127
        "params": {
128
          "stripes": 1
129
        },
130
        "pci": 5,
131
        "size": 512,
132
        "uuid": "9f5c5bd4-6f60-480b-acdc-9bb1a4b7df79"
133
      },
134
      "/var/run/ganeti/instance-disks/xen-test-inst2:1"
135
    ]
136
  ]
137
]