mirror of https://github.com/apache/cloudstack.git
lun changes
This commit is contained in:
parent
9de6b1ae77
commit
cda1affebc
|
|
@ -105,6 +105,7 @@ CREATE TABLE `cloud`.`pool` (
|
|||
CREATE TABLE `cloud`.`lun` (
|
||||
`id` bigint unsigned NOT NULL UNIQUE AUTO_INCREMENT COMMENT 'id',
|
||||
`path` varchar(255) NOT NULL COMMENT 'lun path',
|
||||
`size` bigint NOT NULL COMMENT 'lun size',
|
||||
`iqn` varchar(255) NOT NULL COMMENT 'lun target iqn',
|
||||
`volume_id` bigint unsigned NOT NULL COMMENT 'parent volume id',
|
||||
PRIMARY KEY (`id`)
|
||||
|
|
|
|||
Loading…
Reference in New Issue