similar to: LVM hatred, was Re: /boot on a separate partition?

Displaying 20 results from an estimated 3000 matches similar to: "LVM hatred, was Re: /boot on a separate partition?"

2015 Jun 23
2
LVM hatred, was Re: /boot on a separate partition?
On Tue, 23 Jun 2015 14:23:52 -0400 Mauricio Tavares <raubvogel at gmail.com> wrote: > On Tue, Jun 23, 2015 at 1:54 PM, Marko Vojinovic <vvmarko at gmail.com> > wrote: > > On Tue, 23 Jun 2015 11:15:30 -0500 > > Jason Warr <jason at warr.net> wrote: > >> > >> I'm curious what has made some people hate LVM so much. > > > > (3)
2015 Jun 23
0
LVM hatred, was Re: /boot on a separate partition?
Marko Vojinovic wrote: > On Tue, 23 Jun 2015 14:23:52 -0400 > Mauricio Tavares <raubvogel at gmail.com> wrote: > >> On Tue, Jun 23, 2015 at 1:54 PM, Marko Vojinovic <vvmarko at gmail.com> >> wrote: >> > On Tue, 23 Jun 2015 11:15:30 -0500 >> > Jason Warr <jason at warr.net> wrote: >> >> >> >> I'm curious what has
2015 Jun 23
0
LVM hatred, was Re: /boot on a separate partition?
On Tue, Jun 23, 2015 at 1:54 PM, Marko Vojinovic <vvmarko at gmail.com> wrote: > On Tue, 23 Jun 2015 11:15:30 -0500 > Jason Warr <jason at warr.net> wrote: >> >> I'm curious what has made some people hate LVM so much. I have been >> using it for years on thousands of production systems with no issues >> that could not be easily explained as myself or
2015 Jun 25
2
LVM hatred, was Re: /boot on a separate partition?
On Thu, Jun 25, 2015 at 10:49:57AM -0500, Jason Warr wrote: > > > On 6/24/2015 3:11 PM, Chuck Campbell wrote: > >Is there an easy to follow "howto" for normal LVM administration > >tasks. I get tired of googling every-time I have to do something I > >don't remember how to do regarding LVM, so I usually just don't > >bother with it at all. I
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
On Thu, June 25, 2015 11:59 am, Scott Robbins wrote: > On Thu, Jun 25, 2015 at 10:49:57AM -0500, Jason Warr wrote: >> >> >> On 6/24/2015 3:11 PM, Chuck Campbell wrote: >> >Is there an easy to follow "howto" for normal LVM administration >> >tasks. I get tired of googling every-time I have to do something I >> >don't remember how to do
2015 Jun 23
6
LVM hatred, was Re: /boot on a separate partition?
On Tue, 23 Jun 2015 11:15:30 -0500 Jason Warr <jason at warr.net> wrote: > > I'm curious what has made some people hate LVM so much. I have been > using it for years on thousands of production systems with no issues > that could not be easily explained as myself or someone else doing > something stupid. And even those issues were pretty few and far > between. >
2015 Jun 24
2
LVM hatred, was Re: /boot on a separate partition?
On 6/24/2015 1:06 PM, m.roth at 5-cent.us wrote: > Gordon Messmer wrote: >> On 06/23/2015 08:10 PM, Marko Vojinovic wrote: >>> Ok, you made me curious. Just how dramatic can it be? From where I'm >>> sitting, a read/write to a disk takes the amount of time it takes, the >>> hardware has a certain physical speed, regardless of the presence of >>>
2015 Jun 24
6
LVM hatred, was Re: /boot on a separate partition?
On 06/23/2015 09:15 AM, Jason Warr wrote: >> That said, I prefer virtual machines over multiboot environments, and I >> absolutely despise LVM --- that cursed thing is never getting on my >> drives. Never again, that is... > > I'm curious what has made some people hate LVM so much. I wondered the same thing, especially in the context of someone who prefers virtual
2015 Jun 24
0
LVM hatred, was Re: /boot on a separate partition?
On 06/23/2015 10:54 AM, Marko Vojinovic wrote: > (1) I have no valid usecase for it. I don't remember when was the last > time I needed to resize partitions (probably back when I was trying to > install Windows 95). Disk space is very cheap, and if I really need to > have *that* much data on a single partition, another drive and a few > intelligently placed symlinks are usually
2015 Jun 23
0
LVM hatred, was Re: /boot on a separate partition?
On 6/23/2015 10:33 AM, Marko Vojinovic wrote: > Inside / (which is mostly always ext4), 100% of the time. :-) > > That said, I prefer virtual machines over multiboot environments, and I > absolutely despise LVM --- that cursed thing is never getting on my > drives. Never again, that is... I'm curious what has made some people hate LVM so much. I have been using it for years
2015 Jun 24
0
LVM hatred, was Re: /boot on a separate partition?
On Tue, 23 Jun 2015 18:42:13 -0700 Gordon Messmer <gordon.messmer at gmail.com> wrote: > > I wondered the same thing, especially in the context of someone who > prefers virtual machines. LV-backed VMs have *dramatically* better > disk performance than file-backed VMs. Ok, you made me curious. Just how dramatic can it be? From where I'm sitting, a read/write to a disk
2015 Jun 23
1
LVM hatred, was Re: /boot on a separate partition?
On 6/23/2015 11:23 AM, Mauricio Tavares wrote: > AIX does use lvm a lot. Main difference is their filesystem > allows live shrinking. Kinda nice to dynamically size a partition > depending on needs, as opposite to the so often suggested approach of > formatting the entire drive as one single partition. Symlinking is > great until whatever the destination is does not mount. I
2015 Jun 24
0
LVM hatred, was Re: /boot on a separate partition?
Gordon Messmer wrote: > On 06/23/2015 08:10 PM, Marko Vojinovic wrote: >> Ok, you made me curious. Just how dramatic can it be? From where I'm >> sitting, a read/write to a disk takes the amount of time it takes, the >> hardware has a certain physical speed, regardless of the presence of >> LVM. What am I missing? > > Well, there's best and worst case
2015 Jun 24
0
LVM hatred, was Re: /boot on a separate partition?
On 06/24/2015 12:06 PM, Chris Adams wrote: > LVM snapshots make it easy to get point-in-time consistent backups, > including databases. For example, with MySQL, you can freeze and flush > all the databases, snapshot the LV, and release the freeze. Exactly. And I mention this from time to time... I'm working on infrastructure to make that more common and more consistent:
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
On 6/24/2015 3:11 PM, Chuck Campbell wrote: > Is there an easy to follow "howto" for normal LVM administration > tasks. I get tired of googling every-time I have to do something I > don't remember how to do regarding LVM, so I usually just don't bother > with it at all. I believe it has some benefit for my use cases, but > I've been reticent to use it,
2015 Jun 25
2
LVM hatred, was Re: /boot on a separate partition?
On 6/25/2015 8:50 AM, Robert Heller wrote: > man vgdisplay > man lvdisplay > man lvcreate > man lvextend > man lvresize > man lvreduce > man lvremove > man e2fsck > man resize2fs man xfs_growfs -- john r pierce, recycling bits in santa cruz
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
----- Original Message ----- | On 6/25/2015 8:50 AM, Robert Heller wrote: | > man vgdisplay | > man lvdisplay | > man lvcreate | > man lvextend | > man lvresize | > man lvreduce | > man lvremove | > man e2fsck | > man resize2fs | | man xfs_growfs You forgot man "this opinion thread is getting really long" -- James A. Peltier IT Services - Research Computing
2015 Jun 25
1
LVM hatred, was Re: /boot on a separate partition?
On 6/25/2015 11:12 AM, James A. Peltier wrote: > You forgot man "this opinion thread is getting really long" No manual entry for this opinion thread is getting really long -- john r pierce, recycling bits in santa cruz
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
Chris Adams linux at cmadams.net Wed Jun 24 13:14:34 UTC 2015 > > > There are plenty of people that have documented the performance > differences, just Google it. This is consistent with what I've experienced. Minimal difference. http://web-docs.gsi.de/~tstibor/iozone/qcow.vs.lvm/ -- Chris Murphy
2015 Jun 25
0
LVM hatred, was Re: /boot on a separate partition?
Chris Adams linux at cmadams.net Wed Jun 24 19:06:19 UTC 2015 >Btrfs may eventually obsolete a lot of > uses of LVM, but that's down the road. LVM is the emacs of storage. It'll be here forever. Btrfs doesn't export (virtual) block devices like LVM can, so it can't be a backing for say iSCSI. And it's also at the moment rather catatonic when it comes to VM images. This