Back to bug 1302185

Who When What Removed Added
Red Hat Bugzilla Rules Engine 2016-01-27 05:02:16 UTC Flags testing_ack? planning_ack?
Allon Mureinik 2016-01-27 05:03:46 UTC Target Milestone --- ovirt-4.0.0
oVirt Team --- Storage
Flags ovirt-4.0.0?
Allon Mureinik 2016-01-27 05:12:47 UTC Keywords FutureFeature
Red Hat Bugzilla 2016-01-27 05:12:47 UTC Doc Type Bug Fix Enhancement
Yaniv Lavi 2016-02-11 14:16:23 UTC CC ydary
Flags needinfo?(ydary)
Yaniv Lavi 2016-02-14 12:58:54 UTC Blocks 1039606
Flags needinfo?(ydary)
Allon Mureinik 2016-02-17 08:54:07 UTC Blocks 1309212
Yaniv Lavi 2016-03-06 11:24:09 UTC Target Milestone ovirt-4.0.0 ovirt-4.1.0
Flags ovirt-4.0.0? ovirt-4.1.0?
Allon Mureinik 2016-03-15 08:32:34 UTC Blocks 1134318
Sven Kieske 2016-03-17 13:35:56 UTC CC s.kieske
Bryan 2016-04-18 19:44:32 UTC CC bhughes
Charlie Inglese 2016-04-18 19:45:12 UTC CC cinglese
Yaniv Kaul 2016-04-19 07:27:54 UTC Summary Allow attaching shared storage domains to a local DC [RFE] Allow attaching shared storage domains to a local DC
Allon Mureinik 2016-06-30 10:38:50 UTC Assignee amureini mlipchuk
Allon Mureinik 2016-06-30 10:42:22 UTC Blocks 1337555
CC ngompa13
Maor 2016-07-06 06:45:57 UTC Link ID oVirt gerrit 60169
Link ID oVirt gerrit 60170
Link ID oVirt gerrit 60171
Link ID oVirt gerrit 60172
Link ID oVirt gerrit 60194
Link ID oVirt gerrit 60195
Link ID oVirt gerrit 60235
Status NEW POST
Allon Mureinik 2016-07-06 08:05:40 UTC Blocks 1353134
Yaniv Lavi 2016-07-13 14:56:14 UTC Link ID oVirt gerrit 60296
Link ID oVirt gerrit 60506
Status POST MODIFIED
CC mlipchuk
Flags needinfo?(mlipchuk)
Maor 2016-07-13 16:00:12 UTC Flags needinfo?(mlipchuk)
Yaniv Lavi 2016-11-01 09:54:12 UTC Flags planning_ack? planning_ack+
Raz Tamir 2016-11-06 14:20:51 UTC Priority unspecified high
CC ratamir
Raz Tamir 2016-11-08 07:12:17 UTC QA Contact acanan ngavrilo
Flags testing_ack? testing_ack+
Red Hat Bugzilla Rules Engine 2016-11-08 07:12:25 UTC Flags ovirt-4.1? ovirt-4.1+
Raz Tamir 2016-11-27 21:55:19 UTC QA Contact ngavrilo lzitnits
Kevin Morey 2016-11-30 18:12:45 UTC CC kmorey, nstephan
Sandro Bonazzola 2016-12-12 13:55:40 UTC Status MODIFIED ON_QA
Raz Tamir 2016-12-13 12:45:18 UTC Flags testing_plan_complete?
Gil Klein 2016-12-13 13:43:23 UTC CC gklein
Flags testing_plan_complete? testing_plan_complete+
Raz Tamir 2016-12-13 14:13:16 UTC Flags testing_plan_complete+ testing_plan_complete?
Maor 2016-12-14 17:10:41 UTC Doc Text Feature:
Allow attaching shared storage domains to a local DC

Reason:
With the ability to attach and detach a data domain (introduced in 3.5), data domains became a better option for moving VMs/Templates around than an export domain. In order to gain this ability in local DCs, it should be possible to attach a Storage Domain of a shared type to that DC.

Result:
The user will now have the ability to change an initialized Data Center type (Local vs Shared). The following updates will be available:
1. Shared to Local - Only for a Data Center that does not contain more than one Host and more than one cluster, since local Data Center does not support it. The engine should validate and block this operation with the following messages:

CLUSTER_CANNOT_ADD_MORE_THEN_ONE_HOST_TO_LOCAL_STORAGE
VDS_CANNOT_ADD_MORE_THEN_ONE_HOST_TO_LOCAL_STORAGE

2. Local to Shared - Only for a Data Center that does not contain a local Storage Domain. The engine should validate and block this operation with the following message ERROR_CANNOT_CHANGE_STORAGE_POOL_TYPE_WITH_LOCAL.
Lilach Zitnitski 2016-12-19 12:52:06 UTC Flags testing_plan_complete? testing_plan_complete+
Lilach Zitnitski 2016-12-19 14:49:56 UTC Status ON_QA VERIFIED
Sandro Bonazzola 2017-01-23 10:48:27 UTC Target Release --- 4.1.0.2
Sandro Bonazzola 2017-02-01 14:48:24 UTC Status VERIFIED CLOSED
Resolution --- CURRENTRELEASE
Last Closed 2017-02-01 09:48:24 UTC
Byron Gravenorst 2017-02-06 01:02:00 UTC CC bgraveno
Doc Text Feature:
Allow attaching shared storage domains to a local DC

Reason:
With the ability to attach and detach a data domain (introduced in 3.5), data domains became a better option for moving VMs/Templates around than an export domain. In order to gain this ability in local DCs, it should be possible to attach a Storage Domain of a shared type to that DC.

Result:
The user will now have the ability to change an initialized Data Center type (Local vs Shared). The following updates will be available:
1. Shared to Local - Only for a Data Center that does not contain more than one Host and more than one cluster, since local Data Center does not support it. The engine should validate and block this operation with the following messages:

CLUSTER_CANNOT_ADD_MORE_THEN_ONE_HOST_TO_LOCAL_STORAGE
VDS_CANNOT_ADD_MORE_THEN_ONE_HOST_TO_LOCAL_STORAGE

2. Local to Shared - Only for a Data Center that does not contain a local Storage Domain. The engine should validate and block this operation with the following message ERROR_CANNOT_CHANGE_STORAGE_POOL_TYPE_WITH_LOCAL.
Users can now change an initialized Data Center type to Shared or Local. The following updates will be available:

1. Shared to Local - Only for a Data Center that does not contain more than one host and more than one cluster, since a local Data Center does not support it. The Manager will validate and block this operation with the following messages:

CLUSTER_CANNOT_ADD_MORE_THEN_ONE_HOST_TO_LOCAL_STORAGE
VDS_CANNOT_ADD_MORE_THEN_ONE_HOST_TO_LOCAL_STORAGE

2. Local to Shared - Only for a Data Center that does not contain a local Storage Domain. The Manager will validate and block this operation with the following message:

ERROR_CANNOT_CHANGE_STORAGE_POOL_TYPE_WITH_LOCAL.

This update is useful for data domains that are used to move virtual machines or templates around.
Byron Gravenorst 2017-02-09 01:12:23 UTC Blocks 1420575

Back to bug 1302185