Verified on: python-cinderclient-1.0.9-1.el7ost.noarch python-cinder-2014.1.5-4.el7ost.noarch openstack-cinder-2014.1.5-4.el7ost.noarch python-oslo-messaging-1.3.1-7.el7ost.noarch # mount | grep 'glance\|cinder' 10.35.64.11:/vol/vol_rhos_auto_nfs on /var/lib/cinder/mnt/b412ab27c39458e94f0027cd1aff3877 type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.35.64.11,mountvers=3,mountport=4046,mountproto=ud p,local_lock=none,addr=10.35.64.11) [root@puma08 ~(keystone_admin)]# glance image-list +--------------------------------------+--------+-------------+------------------+----------+--------+ | ID | Name | Disk Format | Container Format | Size | Status | +--------------------------------------+--------+-------------+------------------+----------+--------+ | ef550f86-3ca5-45f8-8e00-b3836b698e24 | cirros | qcow2 | bare | 13147648 | active | +--------------------------------------+--------+-------------+------------------+----------+--------+ [root@puma08 ~(keystone_admin)]# cinder create 1 --image-id ef550f86-3ca5-45f8-8e00-b3836b698e24 +---------------------+--------------------------------------+ | Property | Value | +---------------------+--------------------------------------+ | attachments | [] | | availability_zone | nova | | bootable | false | | created_at | 2016-02-07T17:24:39.284042 | | display_description | None | | display_name | None | | encrypted | False | | id | 4fa1c71e-da55-43df-8fc2-6e015d5c593c | | image_id | ef550f86-3ca5-45f8-8e00-b3836b698e24 | | metadata | {} | | size | 1 | | snapshot_id | None | | source_volid | None | | status | creating | | volume_type | None | +---------------------+--------------------------------------+ [root@puma08 ~(keystone_admin)]# cinder list +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | ID | Status | Display Name | Size | Volume Type | Bootable | Attached to | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+ | 4fa1c71e-da55-43df-8fc2-6e015d5c593c | available | None | 1 | None | true | | | b82c4be3-12e4-4e27-8385-48e2f4f61cab | available | None | 1 | None | false | | +--------------------------------------+-----------+--------------+------+-------------+----------+-------------+
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0167.html
*** Bug 1120310 has been marked as a duplicate of this bug. ***