[Bug 120792] Re: lvcreate fails with mirror raid1

2010-01-12 Thread Teej
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 120792] Re: lvcreate fails with mirror raid1

2009-05-20 Thread Teej
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance. ** Changed in

[Bug 120792] Re: lvcreate fails with mirror raid1

2008-08-20 Thread Greg Copeland
Use of "lvconvert -m 1 --corelog vg00/testdisk" on data that you care about is a bad idea. This tells LVM to create the log in memory. When a write occurs, it is written to disk and the log. Should one disk complete before the other (which is very likely to happen, especially with non-disk PVs), th

[Bug 120792] Re: lvcreate fails with mirror raid1

2007-10-31 Thread Hinnerk
On Gutsy mirroring with two devices works fine: $ sudo lvconvert -m 1 --corelog vg00/testdisk Logical volume testdisk converted. $ sudo lvs -a -o +devices LV VG Attr LSize Origin Snap% Move Log Copy% Devices testdiskvg00 mwi-a- 4.00G

[Bug 120792] Re: lvcreate fails with mirror raid1

2007-09-07 Thread Ketil Malde
I've reopened this, since lvcreate still fails. ** Changed in: lvm2 (Ubuntu) Status: Invalid => New -- lvcreate fails with mirror raid1 https://bugs.launchpad.net/bugs/120792 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 120792] Re: lvcreate fails with mirror raid1

2007-09-07 Thread Ketil Malde
This documentation: http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Cluster_Logical_Volume_Manager/LV_create.html explains that you can keep the log in memory only, which requires a re-scan of the mirror on bootup. However, it still doesn't work: % sudo lvcreate -L 1G -

[Bug 120792] Re: lvcreate fails with mirror raid1

2007-06-17 Thread Áron Sisak
Sorry I cannot answer any of your questions. The fact is I only know that LVM works this way (without any details regarding boot process, or internal mechanizms). On the other hand I think this thread should be continued somewhere else (Ubuntu Forums, #ubuntu support channel at irc.freenode.net or

[Bug 120792] Re: lvcreate fails with mirror raid1

2007-06-17 Thread xomix
And then, bug 120364... Anyway, why does it need a log device? It is the first time I hear about a raid 1 needing the number of devices equal to the number of copies + 1. In fact, I thought than with lvm I could even have two copies of data in the same physical volume, as in AIX's lvm, for insta

[Bug 120792] Re: lvcreate fails with mirror raid1

2007-06-17 Thread Áron Sisak
LVM needs 3 devices for a mirror device: two for the mirror devices and one for the disk log. The error message is not very straightforward, however, this should be fixed upstream if it really needs a fix. For further information please read the lvcreate(8) manual page. ** Changed in: lvm2 (Ubu