Return name for snapshot that will be used to migrate the volume.
Returns rrmgr command for source and destination.
Parse NMS url into normalized parts like scheme, user, host and others.
NMS URL parts:
auto True if url starts with auto://, protocol
will be automatically switched to https
if http not supported;
scheme (auto) connection protocol (http or https);
user (admin) NMS user;
password (nexenta) NMS password;
host (192.168.1.1) NMS host;
port (8080) NMS port.
Parameters: | url – url string |
---|---|
Returns: | tuple (auto, scheme, user, password, host, port) |
Parse NMS url into normalized parts like scheme, user, host and others.
NMS URL parts:
auto True if url starts with auto://, protocol
will be automatically switched to https
if http not supported;
scheme (auto) connection protocol (http or https);
user (admin) NMS user;
password (nexenta) NMS password;
host (192.168.1.1) NMS host;
port (2000) NMS port.
Parameters: | url – url string |
---|---|
Returns: | tuple (auto, scheme, user, password, host, port, path) |
Covert size-string to size in gigabytes.
Convert size-string.
String format: <value>[:space:]<B | K | M | ...> to bytes.
Parameters: |
|
---|