[ovirt-users] Re: Ovirt + Gluster : How do I gain access to the file systems of the VMs

2018-06-19 Thread Roy Golan
On Tue, 19 Jun 2018 at 18:51 Hanson Turner wrote: > Hi Guys, > > I've an answer... Here's how I did it... > > First, I needed kpartx ... so > > #apt-get install kpartx > > Then setup a loopback device for the raw hdd image > > #losetup /dev/loop4 [IMAGE FILE] > > #kpartx -a /dev/loop4 > > This al

[ovirt-users] Re: Ovirt + Gluster : How do I gain access to the file systems of the VMs

2018-06-19 Thread Hanson Turner
Hi Guys, I've an answer... Here's how I did it... First, I needed kpartx ... so #apt-get install kpartx Then setup a loopback device for the raw hdd image #losetup /dev/loop4 [IMAGE FILE] #kpartx -a /dev/loop4 This allowed me to mount the various partitions included in the VM. There you ca

[ovirt-users] Re: Ovirt + Gluster : How do I gain access to the file systems of the VMs

2018-06-19 Thread Sahina Bose
On Mon, Jun 18, 2018 at 5:12 PM, Hanson Turner wrote: > Hi Guys, > > My engine has corrupted, and while waiting for help, I'd like to see if I > can pull some data off the VM's to re purpose back onto dedicated hardware. > > Our setup is/was a gluster based storage system for VM's. The gluster da