Skip to content

Commit

Permalink
updated helper script names
Browse files Browse the repository at this point in the history
Signed-off-by: Kristian Feldsam <[email protected]>
  • Loading branch information
feldsam committed Jun 3, 2023
1 parent 0da6a29 commit d548abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def list_of_int_arg(string):
# Define parser
# ----------------------------
parser = argparse.ArgumentParser(
description='Move VM disk(s) from one datastore to another only in OpenNebula database')
description='Update VM disk(s) datastore in VM TEMPLATE')
parser.add_argument('-vi', '--vmId',
help='VM id or comma separated list of VM ids',
type=list_of_int_arg, required=True)
Expand Down
2 changes: 1 addition & 1 deletion tm/3par/mv
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ if [ $LCM_STATE -ne 30 ] && [ "$IP" != "$PREV_IP" ] && [ "$TYPE" != "CDROM" ] &&
exit 0
fi

error_message "Persistent disk must be pre-synced on remote storage! Use prepare-vm-for-migrate.py helper script first."
error_message "Persistent disk must be pre-synced on remote storage! Use migrate-vm-to-remote-ds.py helper script."
exit 1
fi

Expand Down

0 comments on commit d548abb

Please sign in to comment.