Re: [Bug 40331] Re: Guided LVM Partition sets incorrect filter in /etc/lvm/lvm.conf

2009-10-05 Thread xomix
Hello,

No, in fact, this is a 2006 bug, and I'm not using lvm with ubuntu
anymore.

Thanks.

2009/10/5 Ralph Janke ubu...@janke.me.uk

 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!

 --
 Guided LVM Partition sets incorrect filter in /etc/lvm/lvm.conf
 https://bugs.launchpad.net/bugs/40331
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Guided LVM Partition sets incorrect filter in /etc/lvm/lvm.conf
https://bugs.launchpad.net/bugs/40331
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 121024] Cannot create a raid1 lv

2007-06-18 Thread xomix
Public bug reported:

Binary package hint: lvm2

This is with Feisty. Versions are the following:
linux-image-2.6.20-16-386
lvm-common 1.5.20ubuntu12
lvm2 2.02.06-2ubuntu9
libdevmapper1.02 1.02.08-1ubuntu10
# lvm version
  LVM version: 2.02.06 (2006-05-12)
  Library version: 1.02.08 (2006-07-17)
  Driver version:  4.11.0
-- BTW, the lvm package is quite aged now (1 year aprox.) The current one is 
Version 2.02.26 - 15th June 2007
-- There has been 20 releases in one year. So this one might be already fixed.

Steps to reproduce:
# pvscan
  PV /dev/mapper/sdc2   VG VMWare   lvm2 [116,44 GB / 106,44 GB free]
  PV /dev/evms/sda2 VG test lvm2 [18,64 GB / 18,64 GB free]
  PV /dev/evms/sdb2 VG test lvm2 [18,64 GB / 18,64 GB free]
  Total: 3 [153,71 GB] / in use: 3 [153,71 GB] / in no VG: 0 [0   ]
# vgs
  VG #PV #LV #SN Attr   VSize   VFree  
  VMWare   1   1   0 wz--n- 116,44G 106,44G
  test 2   0   0 wz--n-  37,27G  37,27G
# lvs
  LVVG Attr   LSize  Origin Snap%  Move Log Copy% 
  vmware_lv VMWare -wi-ao 10,00G  
# modprobe dm-mirror
# lvcreate -m 1 --corelog -L1G -n mirror test /dev/mapper/sda2 /dev/mapper/sdb2
  LV mirror_mlog: segment 1 has inconsistent PV area 0
  Internal error: LV segments corrupted in mirror_mlog.
  Failed to create mirror log.

** Affects: lvm2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Cannot create a raid1 lv
https://bugs.launchpad.net/bugs/121024
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 51413] Re: pvcreate /dev/sda3 fails, /dev/evms/sda3 succeeds

2007-06-17 Thread xomix
This is hapening to me too. I am in Feisty and the pertinent versions
are the following:

linux-image-2.6.20-16-386
lvm-common1.5.20ubuntu12
lvm2  2.02.06-2ubuntu9
libdevmapper1.021.02.08-1ubuntu10

Exactly the same issue. When running pvcreate /dev/sda4 one time it's OK, the 
next one is not OK.
vgcreate works with /dev/mapper/sda4 or /dev/evms/sda4, but not with /dev/sda4.

Let me know if you need more info / tests

-- 
pvcreate /dev/sda3 fails, /dev/evms/sda3 succeeds
https://bugs.launchpad.net/bugs/51413
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] lvcreate fails with mirror raid1

2007-06-17 Thread xomix
Public bug reported:

Binary package hint: lvm2

This happens with Feisty. I think it's an lvm2 problem, but it may be related 
to the dm-mirror.ko module...
Versions:
linux-image-2.6.20-16-386
lvm-common1.5.20ubuntu12
lvm2  2.02.06-2ubuntu9
libdevmapper1.021.02.08-1ubuntu10
Problem:
Having enough space to do so, lvcreate fails to create a mirrored (raid 1) lv, 
stating that there's not enogh space. Module dm-mirror is loaded.

# pvdisplay
  --- Physical volume ---
  PV Name   /dev/mapper/sdc2
  VG Name   VMWare
  PV Size   116,44 GB / not usable 0   
  Allocatable   yes 
  PE Size (KByte)   4096
  Total PE  29809
  Free PE   27249
  Allocated PE  2560
  PV UUID   XA7vtE-1cXo-xS0C-CjMS-hMYj-HgOF-JQRNO4
   
  --- Physical volume ---
  PV Name   /dev/mapper/sdb4
  VG Name   TEST
  PV Size   445,57 GB / not usable 0   
  Allocatable   yes 
  PE Size (KByte)   4096
  Total PE  114066
  Free PE   114066
  Allocated PE  0
  PV UUID   dNbjqI-SoDU-oFhv-oCbo-DteE-mD16-p2bH2O
   
  --- Physical volume ---
  PV Name   /dev/mapper/sda4
  VG Name   TEST
  PV Size   445,62 GB / not usable 0   
  Allocatable   yes 
  PE Size (KByte)   4096
  Total PE  114078
  Free PE   114078
  Allocated PE  0
  PV UUID   vEd5dP-s1Zz-k1E7-rRH1-BYdN-xA75-l0wIKg
   
# lvcreate -m1 -L1G -n my_mirror TEST /dev/mapper/sda4 /dev/mapper/sdb4
  Not enough PVs with free space available for parallel allocation.
  Consider --alloc anywhere if desperate.

** Affects: lvm2 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
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 120364] Re: lvm doesn't document -m option

2007-06-17 Thread xomix
Well, first of all the mirror option is in lvcreate command, not the pvcreate 
command.
And the lvcreate man page installed in feisty doesn't say a word about the 
mirror (-m) flag. As stated in the bug report, lvcreate --help does show the 
option.
That's exactly what I mean by not documented option. ;)
Thanks for your answer.

-- 
lvm doesn't document -m option
https://bugs.launchpad.net/bugs/120364
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

[Bug 112198] Re: Problem when changing user

2007-06-16 Thread xomix
Slightly different here:
In an up-to-date Feisty system with
Nvidia propietary drivers
Beryl
1. Log in as user! 
2. Change to user2
3. wait to screen-saver activation
4. ctrl+shift+f7
-- black screen
5. ctrl+shift+f9 still working
6.- back again ctrl+shift+f7 and play around with mouse and keyboard
-- black screen  hang. I cannot change to any virtual terminal and I have to 
hard reboot. I haven't got another computer to check if it is Xorg/console hang 
or system hang

-- 
Problem when changing user
https://bugs.launchpad.net/bugs/112198
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 120364] Re: lvm doesn't document -m option

2007-06-15 Thread xomix
Just a me too. I think it's very confusing having the wrong doc (old
one) for lvm2. On top of that it is not easy to find info about the
raid1 mirror setup through LVM instead of madm. I also find it more
intuitive to mirror through LVM (like in other OSs, as AIX) than with
mdadm.

I know this is definitely not the place to ask for info, but do you know
if this raid1 mirror in LVM works OK? Is the dm-mirror module in the
initramfs, ie, will my system boot if I place / and /boot under this
type of mirror?

-- 
lvm doesn't document -m option
https://bugs.launchpad.net/bugs/120364
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