
26 Jan
2011
26 Jan
'11
2:12 a.m.
On Mon, Jan 24, 2011 at 11:26:36AM +0000, Daniel P. Berrange wrote:
What filesystem type is /vms ? I've seen this error message when the filesystem did not support O_DIRECT, which cache=none enables
yup, that was the exact culprit -- /vms is a FUSE-mounted FS which doesn't support O_DIRECT. thanks! --igor