THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Jira | ||||||||
---|---|---|---|---|---|---|---|---|
|
Targeted for ACS master
...
vmsnapshotvm_snapshot_spool_ref (id, pool_id, vm_snapshot_id, created, install_path, state) - This - This table will contain the mapping between a VM snapshot and the primary storage it is on.
...
...
Type
...
NULL
...
Key
...
Default
...
id
...
bigint(20) unsigned
...
NO
...
PRI
...
NULL
...
vm_snapshot_id
...
bigint(20) unsigned
...
NO
...
...
NULL
...
pool_id
...
bigint(20) unsigned
...
NO
...
...
NULL
...
No Format |
---|
+----------------+---------------------+------+-----+---------+----------------+
| Field | Type | Null | Key | Default | Extra |
+----------------+---------------------+------+-----+---------+----------------+
| id | bigint(20) unsigned | NO | PRI | NULL | auto_increment |
| uuid | varchar(40) | YES | | NULL | |
| pool_id | bigint(20) unsigned | NO | MUL | NULL | |
| vm_snapshot_id | bigint(20) unsigned | NO | MUL | NULL | |
| created | datetime | NO | | NULL | |
| job_id | varchar(255) | YES | | NULL | |
| state | varchar(255) | YES | | NULL | |
| status | varchar(255) | YES | | NULL | |
| install_path | varchar(255) | YES | | NULL | |
| template_size | bigint(20) unsigned | NO | | NULL | |
| marked_for_gc | tinyint(1) unsigned | NO | | 0 | |
+----------------+---------------------+------+-----+---------+----------------+
|
VMware ESXi 5.0 and above.
...