Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ public void testCommandParams() {
assertEquals("centos64Guest", cmd.getGuestOsHypervisorMappingName());
assertEquals("6.0", cmd.getHypervisorVersion());
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ public Answer execute(final CheckGuestOsMappingCommand command, final CitrixReso
return new CheckGuestOsMappingAnswer(command, e.getLocalizedMessage());
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ public Answer execute(final GetHypervisorGuestOsNamesCommand command, final Citr
return new GetHypervisorGuestOsNamesAnswer(command, e.getLocalizedMessage());
}
}
}
}
1 change: 0 additions & 1 deletion plugins/storage/volume/storpool/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,3 @@ Supported Virtual machine operations - live migration of VM to another host, vir
Supported Volume operations - attach/detach volume, live migrate volume between two StorPool primary storages, volume snapshot, delete snapshot, revert snapshot

Note: volume snapshot are allowed only when `sp.bypass.secondary.storage` is set to `true`. This means that the snapshots are not backed up to secondary storage