Comment 1 for bug 1471243

Revision history for this message
Victor Stinner (vstinner) wrote :

> whereas the xattr image cache driver explicitly requires atime.

See the first assumption of the driver:
https://github.com/openstack/glance/blob/c41216d3fcc74a978246ff7680155077d04998c5/glance/image_cache/drivers/xattr.py#L23

Assumptions
===========

1. Cache data directory exists on a filesytem that updates atime on reads ('noatime' should NOT be set)