Comment 0 for bug 2073140

Revision history for this message
pisix (vv-40in) wrote :

If run
openstack volume create --type fs7300_iscsi --bootable --image RHEL94 myvol_name --size 140
expected to see Flashcopy cloning triggered on the storage device. Instead, image is downloaded to one of the control plane nodes and then copied to the new volume over ISCSI. No cloning on the backend.
If I create volume from another volume then it triggers cloning just fine.

Glance-api configuration on glance_api_internal container:
[root@rhosp-ctrl01 /]# grep -Ev "^#|^$" /etc/glance/glance-
glance-api.conf glance-cache.conf glance-image-import.conf glance-scrubber.conf glance-swift.conf
[root@rhosp-ctrl01 /]# grep -Ev "^#|^$" /etc/glance/glance-api.conf
[DEFAULT]
image_member_quota=128
show_image_direct_url=True
show_multiple_locations=True
node_staging_uri=file:///var/lib/glance/staging
enabled_import_methods=[glance-direct,web-download,copy-image]
worker_self_reference_url=http://192.168.12.111:9293
bind_host=192.168.12.111
bind_port=9293
workers=12
enabled_backends=default_backend:cinder
image_cache_dir=/var/lib/glance/image-cache
debug=False
log_file=/var/log/glance/api_internal.log
log_dir=/var/log/glance
transport_url=rabbit://guest:<email address hidden>:5672,guest:<email address hidden>:5672,guest:<email address hidden>:5672/?ssl=0
[cinder]
[cors]
[database]
connection=mysql+pymysql://glance:EoWl6p3Wp6eYmi8GblC0XYCl1@192.168.12.110/glance?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo
[file]
[glance.store.http.store]
[glance.store.rbd.store]
[glance.store.s3.store]
[glance.store.swift.store]
[glance.store.vmware_datastore.store]
[glance_store]
default_backend=default_backend
[image_format]
[keystone_authtoken]
www_authenticate_uri=http://192.168.11.110:5000
interface=internal
region_name=regionOne
memcached_servers=rhosp-ctrl01.internalapi.pic2.isv.ihost.com:11211,rhosp-ctrl02.internalapi.pic2.isv.ihost.com:11211,rhosp-ctrl03.internalapi.pic2.isv.ihost.com:11211
memcache_use_advanced_pool=True
auth_type=password
auth_url=http://192.168.12.110:5000
username=glance
password=EoWl6p3Wp6eYmi8GblC0XYCl1
user_domain_name=Default
project_name=service
project_domain_name=Default
[oslo_concurrency]
lock_path=/var/lib/glance/tmp
[oslo_messaging_amqp]
[oslo_messaging_kafka]
[oslo_messaging_notifications]
driver=noop
transport_url=rabbit://guest:<email address hidden>:5672,guest:<email address hidden>:5672,guest:<email address hidden>:5672/?ssl=0
[oslo_messaging_rabbit]
heartbeat_in_pthread=False
[oslo_middleware]
enable_proxy_headers_parsing=True
[oslo_policy]
policy_file=/etc/glance/policy.yaml
[paste_deploy]
flavor=keystone
[profiler]
[store_type_location_strategy]
[task]
[taskflow_executor]
[wsgi]
[default_backend]
cinder_store_auth_address=http://192.168.12.110:5000/v3
cinder_store_project_name=service
cinder_store_user_name=glance
cinder_store_password=EoWl6p3Wp6eYmi8GblC0XYCl1
cinder_os_region_name=regionOne
cinder_volume_type=fs7300_iscsi
cinder_use_multipath=True
cinder_mount_point_base=/var/lib/glance/mnt
store_description=Default glance store backend.