yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09816
[Bug 1280132] [NEW] --ephemeral option's format was not correctly set
Public bug reported:
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
** Affects: nova
Importance: Undecided
Assignee: jichencom (jichenjc)
Status: New
** Changed in: nova
Assignee: (unassigned) => jichencom (jichenjc)
--
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):
New
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
Follow ups
References