All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] [RELEASE] 2.02.178
@ 2018-05-25  7:03 Joe Thornber
  2018-05-25  7:45 ` Gang He
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Thornber @ 2018-05-25  7:03 UTC (permalink / raw)
  To: linux-lvm

ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.178-rc1.tgz


Version 2.02.178
================

There are going to be some large changes to the lvm2 codebase
over the next year or so.  Starting with this release.  These
changes should be internal rather than having a big effect on
the command line.  Inevitably these changes will increase the
chance of bugs, so please be on the alert.


Remove support for obsolete metadata formats
--------------------------------------------

Support for the GFS pool format, and format used by the
original 1990's version of LVM1 have been removed.

Use asynchronous IO
-------------------

Almost all IO uses libaio now.

Rewrite label scanning
----------------------

Dave Teigland has reworked the label scanning and metadata reading
logic to minimise the amount of IOs issued.  Combined with the aio changes 
this can greatly improve scanning speed for some systems.

./configure options
-------------------

We're going to try and remove as many options from ./configure as we
can.  Each option multiplies the number of possible configurations
that we should test (this testing is currently not occurring).

The first batch to be removed are:

  --enable-testing
  --with-snapshots
  --with-mirrors
  --with-raid
  --with-thin
  --with-cache

Stable targets that are in the upstream kernel will just be supported.

In future optional target flags will be given in two situations:

1) The target is experimental, or not upstream at all (eg, vdo).
2) The target is deprecated and support will be removed at some future date.

This decision could well be contentious, so could distro maintainers feel
free to comment.

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

* Re: [linux-lvm] [RELEASE] 2.02.178
  2018-05-25  7:03 [linux-lvm] [RELEASE] 2.02.178 Joe Thornber
@ 2018-05-25  7:45 ` Gang He
  2018-05-30 10:42   ` Marian Csontos
  0 siblings, 1 reply; 4+ messages in thread
From: Gang He @ 2018-05-25  7:45 UTC (permalink / raw)
  To: linux-lvm

Hello Joe,

When will the formal LVM 2.02.178 be released?
In LVM2.02.178, online pvmove can work well under the cluster environment?

Thanks
Gang 

>>> Joe Thornber <thornber@redhat.com> 2018/5/25 15:03 >>>
ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.178-rc1.tgz 


Version 2.02.178
================

There are going to be some large changes to the lvm2 codebase
over the next year or so.  Starting with this release.  These
changes should be internal rather than having a big effect on
the command line.  Inevitably these changes will increase the
chance of bugs, so please be on the alert.


Remove support for obsolete metadata formats
--------------------------------------------

Support for the GFS pool format, and format used by the
original 1990's version of LVM1 have been removed.

Use asynchronous IO
-------------------

Almost all IO uses libaio now.

Rewrite label scanning
----------------------

Dave Teigland has reworked the label scanning and metadata reading
logic to minimise the amount of IOs issued.  Combined with the aio changes 
this can greatly improve scanning speed for some systems.

./configure options
-------------------

We're going to try and remove as many options from ./configure as we
can.  Each option multiplies the number of possible configurations
that we should test (this testing is currently not occurring).

The first batch to be removed are:

  --enable-testing
  --with-snapshots
  --with-mirrors
  --with-raid
  --with-thin
  --with-cache

Stable targets that are in the upstream kernel will just be supported.

In future optional target flags will be given in two situations:

1) The target is experimental, or not upstream at all (eg, vdo).
2) The target is deprecated and support will be removed at some future date.

This decision could well be contentious, so could distro maintainers feel
free to comment.

_______________________________________________
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] 4+ messages in thread

* Re: [linux-lvm] [RELEASE] 2.02.178
  2018-05-25  7:45 ` Gang He
@ 2018-05-30 10:42   ` Marian Csontos
  2018-05-31  1:38     ` Gang He
  0 siblings, 1 reply; 4+ messages in thread
From: Marian Csontos @ 2018-05-30 10:42 UTC (permalink / raw)
  To: LVM general discussion and development, Gang He

On 05/25/2018 09:45 AM, Gang He wrote:
> Hello Joe,
> 
> When will the formal LVM 2.02.178 be released?

Within two weeks. I have pushed the RC1 to rawhide, and unless problems 
are reported, we will be releasing shortly.

> In LVM2.02.178, online pvmove can work well under the cluster environment?

Yes, the clustered pvmove issues are fixed in 2.02.178.

You need either:
- exclusive activation,
- wait for 2.02.178,
- or patch .177

-- Marian

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

* Re: [linux-lvm] [RELEASE] 2.02.178
  2018-05-30 10:42   ` Marian Csontos
@ 2018-05-31  1:38     ` Gang He
  0 siblings, 0 replies; 4+ messages in thread
From: Gang He @ 2018-05-31  1:38 UTC (permalink / raw)
  To: linux-lvm

Hi Marian,

Thank for your explanation, I will try 2.02.178.

Thanks
Gang

>>> On 5/30/2018 at  6:42 pm, in message
<80318f1a-2b2e-9d0f-ae16-3b1eb0af2740@redhat.com>, Marian Csontos
<mcsontos@redhat.com> wrote:
> On 05/25/2018 09:45 AM, Gang He wrote:
>> Hello Joe,
>> 
>> When will the formal LVM 2.02.178 be released?
> 
> Within two weeks. I have pushed the RC1 to rawhide, and unless problems 
> are reported, we will be releasing shortly.
> 
>> In LVM2.02.178, online pvmove can work well under the cluster environment?
> 
> Yes, the clustered pvmove issues are fixed in 2.02.178.
> 
> You need either:
> - exclusive activation,
> - wait for 2.02.178,
> - or patch .177
> 
> -- Marian
> 
> _______________________________________________
> 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] 4+ messages in thread

end of thread, other threads:[~2018-05-31  1:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25  7:03 [linux-lvm] [RELEASE] 2.02.178 Joe Thornber
2018-05-25  7:45 ` Gang He
2018-05-30 10:42   ` Marian Csontos
2018-05-31  1:38     ` Gang He

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.