GNOME Bugzilla – Bug 738872
EXT4 could not open disk image
Last modified: 2016-03-31 13:22:07 UTC
On EXT4 filesystems no virtualmachine can be started because the default disk creation sets the cache='none'. The solutions would be to delete the cache entry or to set it to default. <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/>
hmm.. i didn't know ext4 is one of those filesystem. Are you sure? In any case, its dup of bug#679837 which should be re-opened if this is a problem on plain ext4 filesystem. *** This bug has been marked as a duplicate of bug 679837 ***
FYI, there must be some other unusual factor involved in the host configuration, because the ext4 filesystem support O_DIRECT (and thus cache=none) just fine.
I use the arch distribution, and over the IRC channel a few people who tried it didn't get it to work. May it be because my homefolder is being encrypted?
Ok, so presumably you're actually using ecryptfs for this encryption layer rather than plain ext4 ? If so the problem would be lack of O_DIRECT in ecryptfs, not that that immediately helps with a solution.
Well it helps us because of this: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=960793">Red Hat Bugzilla – Bug 960793 </a> It seems there is no interest in creating an solution.
(In reply to comment #5) > Well it helps us because of this: > <a href="https://bugzilla.redhat.com/show_bug.cgi?id=960793">Red Hat Bugzilla – > Bug 960793 > </a> > It seems there is no interest in creating an solution. Well comment 5 there is from yesterday so you might have changed that with this bug actually. :) We'll see but I think its less about interest and more about prioritization and limited resources..