Skip to content

Commit

Permalink
core: MBS not supporting MoveOrCopy command
Browse files Browse the repository at this point in the history
If User will try to move or copy a disk int to MBS (this operation is not supported yet)
he will get the error 'Cannot copy Virtual Disk. Managed Block Storage is not supported this operation'

Bug-Url: https://bugzilla.redhat.com/2077666
Signed-off-by: Artiom Divak <adivak@redhat.com>
  • Loading branch information
ArtiomDivak committed Jul 12, 2022
1 parent ba24e65 commit d7d46bc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ public class ManagedBlockStorageDomainValidator {
ActionType.CopyImageGroupVolumesData,
ActionType.CopyImageGroup,
ActionType.CopyImageGroupWithData,
ActionType.CopyManagedBlockDisk,
ActionType.MoveOrCopyDisk
ActionType.CopyManagedBlockDisk
));
EngineLocalConfig config = EngineLocalConfig.getInstance();
isDataBaseInitialized = Boolean.parseBoolean(config.getProperty(CINDERLIB_DB_ENABLE));
Expand Down

0 comments on commit d7d46bc

Please sign in to comment.