[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 the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: lvm2 (Ubuntu)
   Status: Incomplete = Invalid

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: lvm2 (Ubuntu)
   Status: New = Incomplete

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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), the only thing ensuring write completion on the
second disk is the log. In this window, should a crash/reboot/power
outage occur, which is likely on a heavy I/O bound server, loss of
mirror synchronization is likely. On the next boot, when the data mirror
would otherwise be restarted and completed on the second (or more) disk,
it is no longer available (was in memory). Since the log is no longer
available, the pending write can not complete. You now have a mirror
which is no longer properly synchronized. This can result in data loss.
Don't do this. Frankly it's not clear to me what value --corelog has
other than testing and debugging.

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.00G100.00 
testdisk_mimage_0(0),testdisk_mimage_1(0)
  [testdisk_mimage_0] vg00 iwi-ao 4.00G   
/dev/sdb1(4015)
  [testdisk_mimage_1] vg00 iwi-ao 4.00G   
/dev/sda2(6400)

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 --corelog -m1 -n testmirror Ubuntu 
LV testmirror_mlog: segment 1 has inconsistent PV area 0
Internal error: LV segments corrupted in testmirror_mlog.
Failed to create mirror log.

..which is anyway reported in #121024, which is tagged as duplicate of
#121527, which I'll tag as duplicate of this.

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 120792] Re: lvcreate fails with mirror raid1

2007-06-18 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 maybe at
answers.launchpad.com).

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 (Ubuntu)
   Status: Unconfirmed = Rejected

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 instance.
Is the corelog safe? Does it make the boot process slower?
Thanks Áron.

-- 
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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs