OpenStack Discussions

I try CopyOffload

takeshik
10,568 Views

I can set CopyOffload.

However, I do not know how to check if they could be set correctly.

What should I check or test?

Regards,

Takeshi.K

1 ACCEPTED SOLUTION

rcallawa
8,957 Views

It doesn't appear that Red Hat has created a new RPM for RDO on Fedora 21 yet:

https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/fedora-20/

You could manually update the file /usr/lib/python2.7/site-packages/cinder/image/glance.py - line 434, to look like:

output[attr] = getattr(image, attr, None)

to see if this resolves your issue.

View solution in original post

16 REPLIES 16
Public