← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1280132] Re: --ephemeral option's format was not correctly set

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => juno-2

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1280132

Title:
  --ephemeral option's format was not correctly set

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  novaclient has following option

  --ephemeral size=<size>[,format=<format>]
                          Create and attach a local ephemeral block device of
                          <size> GB and format it to <format>.

  so 
  nova boot --flavor 21 --key_name mykey --image 43ca519b-979b-4803-95ad-b9f160f1a337 --security_group default  --ephemeral size=1 --ephemeral size=2,format=ext4 test12

  should work

  however, the eph disk created is ext3 ,ignore the option specified by
  format

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1280132/+subscriptions


References