* [linux-lvm] Linux LVM online shrinking :(
@ 2013-08-01 9:00 DILIP KURUMANGHAT
2013-08-05 8:53 ` Zdenek Kabelac
2013-08-05 9:53 ` Heinz Mauelshagen
0 siblings, 2 replies; 5+ messages in thread
From: DILIP KURUMANGHAT @ 2013-08-01 9:00 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 330 bytes --]
Hi Team,
You might already have come across this stuff many a times.
I am sending this query as to why LVM is not supporting online shrink.
How is that AIX can do the shrink but not in our best Linux.
Is there a big difference i the underlying architecture which prevents us
from an online shrink?
Thanks and regards,
DILIP K
[-- Attachment #2: Type: text/html, Size: 543 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Linux LVM online shrinking :(
2013-08-01 9:00 [linux-lvm] Linux LVM online shrinking :( DILIP KURUMANGHAT
@ 2013-08-05 8:53 ` Zdenek Kabelac
2013-08-05 9:01 ` Zdenek Kabelac
2013-08-05 9:53 ` Heinz Mauelshagen
1 sibling, 1 reply; 5+ messages in thread
From: Zdenek Kabelac @ 2013-08-05 8:53 UTC (permalink / raw)
To: LVM general discussion and development; +Cc: DILIP KURUMANGHAT
Dne 1.8.2013 11:00, DILIP KURUMANGHAT napsal(a):
> Hi Team,
>
> You might already have come across this stuff many a times.
>
> I am sending this query as to why LVM is not supporting online shrink.
> How is that AIX can do the shrink but not in our best Linux.
>
> Is there a big difference i the underlying architecture which prevents us from
> an online shrink?
>
You are asking this question on a wrong mailing list.
LVM2 of course does fully support online device shrink.
The other side of story is - there is no filesystem I'd know about which
would be supporting online shrinking. The fact is - it's pretty hard
to do and there are not many people interested in this feature - so I'd
not expect it would be written i.e. for ext4 anytime soon
(Since you could easily do that offline).
Zdenek
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Linux LVM online shrinking :(
2013-08-05 8:53 ` Zdenek Kabelac
@ 2013-08-05 9:01 ` Zdenek Kabelac
2013-08-05 15:42 ` Mauricio Tavares
0 siblings, 1 reply; 5+ messages in thread
From: Zdenek Kabelac @ 2013-08-05 9:01 UTC (permalink / raw)
To: LVM general discussion and development; +Cc: DILIP KURUMANGHAT
Dne 5.8.2013 10:53, Zdenek Kabelac napsal(a):
> Dne 1.8.2013 11:00, DILIP KURUMANGHAT napsal(a):
>> Hi Team,
>>
>> You might already have come across this stuff many a times.
>>
>> I am sending this query as to why LVM is not supporting online shrink.
>> How is that AIX can do the shrink but not in our best Linux.
>>
>> Is there a big difference i the underlying architecture which prevents us from
>> an online shrink?
>>
>
> You are asking this question on a wrong mailing list.
>
> LVM2 of course does fully support online device shrink.
>
> The other side of story is - there is no filesystem I'd know about which
> would be supporting online shrinking. The fact is - it's pretty hard
Except for btrfs - which on the other hand doesn't need lvm2.
So if you need something shrinkable online - try to go with btrfs.
Zdenek
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Linux LVM online shrinking :(
2013-08-01 9:00 [linux-lvm] Linux LVM online shrinking :( DILIP KURUMANGHAT
2013-08-05 8:53 ` Zdenek Kabelac
@ 2013-08-05 9:53 ` Heinz Mauelshagen
1 sibling, 0 replies; 5+ messages in thread
From: Heinz Mauelshagen @ 2013-08-05 9:53 UTC (permalink / raw)
To: linux-lvm
[-- Attachment #1: Type: text/plain, Size: 888 bytes --]
On 08/01/2013 11:00 AM, DILIP KURUMANGHAT wrote:
> Hi Team,
>
> You might already have come across this stuff many a times.
>
> I am sending this query as to why LVM is not supporting online shrink.
> How is that AIX can do the shrink but not in our best Linux.
Hi,
how do you come to this conclusion?
LVM supports online shrinking of logical volumes since LVM1 got
introduced back in 1997?
Maybe you're confusing this with filesystens or applications string data
on logical volumes
not being able to online shrink?
>
> Is there a big difference i the underlying architecture which prevents
> us from an online shrink?
No.
Heinz
>
> Thanks and regards,
> DILIP K
>
>
> _______________________________________________
> 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: 2989 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [linux-lvm] Linux LVM online shrinking :(
2013-08-05 9:01 ` Zdenek Kabelac
@ 2013-08-05 15:42 ` Mauricio Tavares
0 siblings, 0 replies; 5+ messages in thread
From: Mauricio Tavares @ 2013-08-05 15:42 UTC (permalink / raw)
To: LVM general discussion and development
On Mon, Aug 5, 2013 at 5:01 AM, Zdenek Kabelac <zkabelac@redhat.com> wrote:
> Dne 5.8.2013 10:53, Zdenek Kabelac napsal(a):
>
>> Dne 1.8.2013 11:00, DILIP KURUMANGHAT napsal(a):
>>>
>>> Hi Team,
>>>
>>> You might already have come across this stuff many a times.
>>>
>>> I am sending this query as to why LVM is not supporting online shrink.
>>> How is that AIX can do the shrink but not in our best Linux.
>>>
>>> Is there a big difference i the underlying architecture which prevents us
>>> from
>>> an online shrink?
>>>
>>
>> You are asking this question on a wrong mailing list.
>>
>> LVM2 of course does fully support online device shrink.
>>
>> The other side of story is - there is no filesystem I'd know about which
>> would be supporting online shrinking. The fact is - it's pretty hard
>
>
> Except for btrfs - which on the other hand doesn't need lvm2.
> So if you need something shrinkable online - try to go with btrfs.
>
btrfs is not the only one; I just cannot remember of the ones
you can use with lvm2. I mean, ext(1,2,3,4) do not like to be sized
down live and just like btrfs, zfs and jfs2 (at least on AIX) do not
need lvm2. But, you can use jfs in linux.
Ok, I need coffee.
> Zdenek
>
> _______________________________________________
> 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
end of thread, other threads:[~2013-08-05 15:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-01 9:00 [linux-lvm] Linux LVM online shrinking :( DILIP KURUMANGHAT
2013-08-05 8:53 ` Zdenek Kabelac
2013-08-05 9:01 ` Zdenek Kabelac
2013-08-05 15:42 ` Mauricio Tavares
2013-08-05 9:53 ` Heinz Mauelshagen
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).