linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] LVM feature parity with MD
@ 2016-04-26 18:25 Jason Czerak
  2016-04-29 13:26 ` Brassow Jonathan
  2016-05-02 11:03 ` Fabian Herschel
  0 siblings, 2 replies; 5+ messages in thread
From: Jason Czerak @ 2016-04-26 18:25 UTC (permalink / raw)
  To: linux-lvm@redhat.com

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

I found the presentation linked below regarding LVM's new features and I'm wondering if anyone shed any light on when these may become stable? Specifically the RAID0 reshaping.

https://guug.de/veranstaltungen/ffg2016/slides/Heinz%20Mauelshagen%20-%20Neueste%20Entwicklungen%20in%20LVM%20RAID.pdf

--
Jason Czerak


[-- Attachment #2: Type: text/html, Size: 2334 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM feature parity with MD
  2016-04-26 18:25 [linux-lvm] LVM feature parity with MD Jason Czerak
@ 2016-04-29 13:26 ` Brassow Jonathan
  2016-05-02 11:03 ` Fabian Herschel
  1 sibling, 0 replies; 5+ messages in thread
From: Brassow Jonathan @ 2016-04-29 13:26 UTC (permalink / raw)
  To: LVM general discussion and development

We are working on reviewing the patches ATM.  The short answer to “when” is when you start seeing the upstream commits start flowing into the various trees.  There are kernel patches required, followed by a number of userspace enablement patches.  We hope it is measured in weeks, not months.

Thanks,
 brassow

> On Apr 26, 2016, at 1:25 PM, Jason Czerak <jczerak@sgi.com> wrote:
> 
> I found the presentation linked below regarding LVM’s new features and I’m wondering if anyone shed any light on when these may become stable? Specifically the RAID0 reshaping.
>  
> https://guug.de/veranstaltungen/ffg2016/slides/Heinz%20Mauelshagen%20-%20Neueste%20Entwicklungen%20in%20LVM%20RAID.pdf
>  
> --
> Jason Czerak 
>  
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM feature parity with MD
  2016-04-26 18:25 [linux-lvm] LVM feature parity with MD Jason Czerak
  2016-04-29 13:26 ` Brassow Jonathan
@ 2016-05-02 11:03 ` Fabian Herschel
  2016-05-03  8:34   ` Zdenek Kabelac
  1 sibling, 1 reply; 5+ messages in thread
From: Fabian Herschel @ 2016-05-02 11:03 UTC (permalink / raw)
  To: LVM general discussion and development

[-- Attachment #1: Type: text/plain, Size: 712 bytes --]

Can LVM doing a delta sync and does LVM have something like a bitamp to 
show which parts are in sync and which needs a sync?

On 04/26/2016 08:25 PM, Jason Czerak wrote:
> I found the presentation linked below regarding LVM's new features and I'm wondering if anyone shed any light on when these may become stable? Specifically the RAID0 reshaping.
>
> https://guug.de/veranstaltungen/ffg2016/slides/Heinz%20Mauelshagen%20-%20Neueste%20Entwicklungen%20in%20LVM%20RAID.pdf
>
> --
> Jason Czerak
>
>
>
>
> _______________________________________________
> linux-lvm mailing list
> linux-lvm@redhat.com
> https://www.redhat.com/mailman/listinfo/linux-lvm
> read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/


[-- Attachment #2: Type: text/html, Size: 1612 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM feature parity with MD
  2016-05-02 11:03 ` Fabian Herschel
@ 2016-05-03  8:34   ` Zdenek Kabelac
  2016-05-05 22:31     ` Brassow Jonathan
  0 siblings, 1 reply; 5+ messages in thread
From: Zdenek Kabelac @ 2016-05-03  8:34 UTC (permalink / raw)
  To: LVM general discussion and development

On 2.5.2016 13:03, Fabian Herschel wrote:
> Can LVM doing a delta sync and does LVM have something like a bitamp to show
> which parts are in sync and which needs a sync?
>

Hi

lvm uses small metadata LV with each raid1 leg - which holds the bitmap about 
individual regionsize areas in sync.

So when there is 'crash' only async areas are synced again after array restart.

Regards

Zdenek

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [linux-lvm] LVM feature parity with MD
  2016-05-03  8:34   ` Zdenek Kabelac
@ 2016-05-05 22:31     ` Brassow Jonathan
  0 siblings, 0 replies; 5+ messages in thread
From: Brassow Jonathan @ 2016-05-05 22:31 UTC (permalink / raw)
  To: LVM general discussion and development


> On May 3, 2016, at 3:34 AM, Zdenek Kabelac <zkabelac@redhat.com> wrote:
> 
> On 2.5.2016 13:03, Fabian Herschel wrote:
>> Can LVM doing a delta sync and does LVM have something like a bitamp to show
>> which parts are in sync and which needs a sync?
>> 
> 
> Hi
> 
> lvm uses small metadata LV with each raid1 leg - which holds the bitmap about individual regionsize areas in sync.
> 
> So when there is 'crash' only async areas are synced again after array restart.

In fact, it works very much the same way as MD, because it uses the same kernel module to perform it.  You can also check-out ‘lvconvert —splitmirror —trackchanges …’.  This would allow you to temporarily split off a RAID1 leg and then reintroduce it later while only updating the portions that have changed.

When you use the ‘raid1’ segment type (the default upstream and in RHEL7) and not the ‘mirror’ segment type, a transient failure can be recovered while only resyncing the changes.

 brassow

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-05 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 18:25 [linux-lvm] LVM feature parity with MD Jason Czerak
2016-04-29 13:26 ` Brassow Jonathan
2016-05-02 11:03 ` Fabian Herschel
2016-05-03  8:34   ` Zdenek Kabelac
2016-05-05 22:31     ` Brassow Jonathan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).