From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (ext-mx12.extmail.prod.ext.phx2.redhat.com [10.5.110.17]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q5JFdAdo005719 for ; Tue, 19 Jun 2012 11:39:10 -0400 Received: from mail-pz0-f46.google.com (mail-pz0-f46.google.com [209.85.210.46]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5JFd9Rm021545 for ; Tue, 19 Jun 2012 11:39:09 -0400 Received: by dady13 with SMTP id y13so9239347dad.33 for ; Tue, 19 Jun 2012 08:39:09 -0700 (PDT) Message-ID: <1340120294.2712.7.camel@globesm.com> From: "Amos.Huang" Date: Tue, 19 Jun 2012 23:38:14 +0800 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: [linux-lvm] lvm create a large amount of lv seems problem Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-lvm@redhat.com Hi,all. I hava two hard disk.I create two physical-volume,and on the two physical-volume created a volume-group. I run the following shell: for(( i = 0; i < 400; i++));do lvcreate -L 1G volume-group done But it whill missing pv with 'UUID' ,occasionally! Who can help me?Thanks!! -- Amos.Huang