Re: [ACS4.2] Don;t use libvirt 0.10.2+ if you are using NFS as primary storage on KVM

2013-08-27 Thread Wido den Hollander
On 08/25/2013 07:20 AM, Edison Su wrote: There is a "bug" in libvirt 0.10.2+: /* Short-circuit if already mounted */ 385 if ((rc = virStorageBackendFi

Re: [ACS4.2] Don;t use libvirt 0.10.2+ if you are using NFS as primary storage on KVM

2013-08-25 Thread David Nalley
Have you filed this on RHT's Bugzilla? If so whats the BZ#? If not, can you please do so? --David On Sun, Aug 25, 2013 at 1:20 AM, Edison Su wrote: > There is a "bug" in libvirt 0.10.2+: > > /* Short-circuit if already mounted */ > 385

[ACS4.2] Don;t use libvirt 0.10.2+ if you are using NFS as primary storage on KVM

2013-08-24 Thread Edison Su
There is a "bug" in libvirt 0.10.2+: /* Short-circuit if already mounted */ 385 if ((rc = virStorageBackendFileSystemIsMounted(pool)) != 0) { 386