Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aborting a new deployment can delete a pre-existing disk image: #50

Open
ptalbert opened this issue May 25, 2018 · 1 comment
Open

Aborting a new deployment can delete a pre-existing disk image: #50

ptalbert opened this issue May 25, 2018 · 1 comment
Labels

Comments

@ptalbert
Copy link

ptalbert commented May 25, 2018

$ upvm --os-variant rhel7.5 --name r74yum r7.4 
Missing optional python module: argcomplete
Install it to enable bash auto-magic tab-completion:
  yum/dnf install python-pip; pip install argcomplete
  activate-global-python-argcomplete; (Then restart shell)

  INFO: HOSTNAME not specified; using 'r74yum.example.com'
  INFO: Unable to determine native format of chosen template
  INFO: Using qcow2 for output format (change with --format=raw)
Already have an image file with the name 'r74yum.qcow2' (in dir '/var/lib/upvm')

Enter a unique image file name (not incl. path) : ^C
Received KeyboardInterrupt. Exiting.
  INFO: [Cleanup] Deleted image file '/var/lib/upvm/r74yum.qcow2'
@ryran ryran added the bug label May 25, 2018
@ryran
Copy link
Owner

ryran commented May 25, 2018

Good catch Patrick! Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants