Re: LVM support

2015-05-19 Thread Ludovic Courtès
Tomáš Čech skribis: > On Sun, May 03, 2015 at 09:59:53PM +0200, Ludovic Courtès wrote: [...] >>Could you send an updated patch? It sounds like we’re almost there, >>I guess. > > Not there yet. Now I need to make some changes with mounting order to help > non-root filesystems on LVM volume. > >

Re: LVM support

2015-05-07 Thread Tomáš Čech
On Sun, May 03, 2015 at 09:59:53PM +0200, Ludovic Courtès wrote: Sorry for the delay. Sorry for all the delays :) Tomáš Čech skribis: On Tue, Apr 21, 2015 at 05:52:33PM +0200, Ludovic Courtès wrote: [...] So I would declare (mapped-device (source "/dev/sda") (target "volume_gr

Re: LVM support

2015-05-03 Thread Ludovic Courtès
Sorry for the delay. Tomáš Čech skribis: > On Tue, Apr 21, 2015 at 05:52:33PM +0200, Ludovic Courtès wrote: [...] >>So I would declare >> >> (mapped-device >>(source "/dev/sda") >>(target "volume_group_name-logical_volume_name") >>(kind lvm-device-mapping)) >> >>and that would giv

Re: LVM support

2015-05-01 Thread Tomáš Čech
On Tue, Apr 21, 2015 at 05:52:33PM +0200, Ludovic Courtès wrote: Tomáš Čech skribis: On Thu, Apr 16, 2015 at 02:47:52PM +0200, Ludovic Courtès wrote: Tomáš Čech skribis: On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote: [...] Sorry I’m not really familiar with LVM. It'

Re: LVM support

2015-04-21 Thread Ludovic Courtès
Tomáš Čech skribis: > On Thu, Apr 16, 2015 at 02:47:52PM +0200, Ludovic Courtès wrote: >>Tomáš Čech skribis: >> >>> On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote: >> >>[...] >> Sorry I’m not really familiar with LVM. >>> >>> It's implemented using device mapper but instead

Re: LVM support

2015-04-16 Thread Tomáš Čech
On Thu, Apr 16, 2015 at 02:47:52PM +0200, Ludovic Courtès wrote: Tomáš Čech skribis: On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote: [...] Sorry I’m not really familiar with LVM. It's implemented using device mapper but instead of mapping one block device to another you

Re: LVM support

2015-04-16 Thread Ludovic Courtès
Tomáš Čech skribis: > On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote: [...] >>Sorry I’m not really familiar with LVM. > > It's implemented using device mapper but instead of mapping one block > device to another you map one block device to whole group (like > playground where y

Re: LVM support

2015-04-15 Thread Tomáš Čech
On Wed, Apr 15, 2015 at 02:32:14PM +0200, Ludovic Courtès wrote: Tomáš Čech skribis: as project for my Hackweek in SUSE I decided to spend my time on LVM support in GuixSD - something I miss greatly. This also means that I'll have much less time for that after this week :( Well this is nice

Re: LVM support

2015-04-15 Thread Ludovic Courtès
Tomáš Čech skribis: > as project for my Hackweek in SUSE I decided to spend my time on LVM > support in GuixSD - something I miss greatly. This also means that > I'll have much less time for that after this week :( Well this is nice already! > So far I spent time on reviving my GuixSD installat