* [linux-lvm] How big is a PV? @ 2002-02-13 2:50 Turbo Fredriksson 2002-02-13 4:25 ` Heinz J . Mauelshagen 0 siblings, 1 reply; 6+ messages in thread From: Turbo Fredriksson @ 2002-02-13 2:50 UTC (permalink / raw) To: linux-lvm One of my PV's have krashed. I have a replacement disk, but I don't know exactly how big the PV was, so that I can recreate the PV... 'vgcfgrestore -ll' only shows me '15.55 GB', so that's useless... World Trade Center Qaddafi Semtex tritium quiche Marxist ammunition Peking smuggle arrangements Serbian North Korea Iran Cocaine KGB [See http://www.aclu.org/echelonwatch/index.html for more about this] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-lvm] How big is a PV? 2002-02-13 2:50 [linux-lvm] How big is a PV? Turbo Fredriksson @ 2002-02-13 4:25 ` Heinz J . Mauelshagen 2002-02-13 5:10 ` Turbo Fredriksson 0 siblings, 1 reply; 6+ messages in thread From: Heinz J . Mauelshagen @ 2002-02-13 4:25 UTC (permalink / raw) To: linux-lvm Following patch should help. Will be in CVS soon. --- LVM/tools/lib/pv_show.c 7 Feb 2002 16:32:45 -0000 1.6 +++ LVM/tools/lib/pv_show.c 13 Feb 2002 10:24:36 -0000 @@ -86,16 +86,18 @@ printf ( " Physical volume ---\n"); printf ( "PV Name %s\n", pv->pv_name); printf ( "VG Name %s\n", pv->vg_name); - printf ( "PV Size %s", - ( dummy = lvm_show_size ( pv->pv_size / 2, SHORT))); + printf ( "PV Size %s [%u secs]", + ( dummy = lvm_show_size ( pv->pv_size / 2, SHORT)), pv->pv_size); free ( dummy); if ( pv->pe_size != 0 && pv->pe_total != 0) { printf ( " / NOT usable %s ", - ( dummy = lvm_show_size ( ( pv->pv_size - pv->pe_size * pv->pe_total) / 2, SHORT))); + ( dummy = lvm_show_size ( ( pv->pe_on_disk.base + pv->pe_on_disk.size) / 1024, SHORT))); free ( dummy); printf ( "[LVM: %s]", ( dummy = lvm_show_size ( ( pv->pe_on_disk.base + - pv->pe_total * sizeof ( pe_disk_t)) / 1024, + pv->pe_total * + sizeof ( pe_disk_t)) + / 1024, SHORT))); free ( dummy); } On Wed, Feb 13, 2002 at 09:50:02AM +0100, Turbo Fredriksson wrote: > One of my PV's have krashed. I have a replacement disk, but > I don't know exactly how big the PV was, so that I can recreate > the PV... > > 'vgcfgrestore -ll' only shows me '15.55 GB', so that's useless... > > World Trade Center Qaddafi Semtex tritium quiche Marxist ammunition > Peking smuggle arrangements Serbian North Korea Iran Cocaine KGB > [See http://www.aclu.org/echelonwatch/index.html for more about this] > > _______________________________________________ > linux-lvm mailing list > linux-lvm@sistina.com > http://lists.sistina.com/mailman/listinfo/linux-lvm > read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html -- Regards, Heinz -- The LVM Guy -- *** Software bugs are stupid. Nevertheless it needs not so stupid people to solve them *** =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Heinz Mauelshagen Sistina Software Inc. Senior Consultant/Developer Am Sonnenhang 11 56242 Marienrachdorf Germany Mauelshagen@Sistina.com +49 2626 141200 FAX 924446 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-lvm] How big is a PV? 2002-02-13 4:25 ` Heinz J . Mauelshagen @ 2002-02-13 5:10 ` Turbo Fredriksson 2002-02-13 15:41 ` Heinz J . Mauelshagen 2002-02-15 4:31 ` Turbo Fredriksson 0 siblings, 2 replies; 6+ messages in thread From: Turbo Fredriksson @ 2002-02-13 5:10 UTC (permalink / raw) To: linux-lvm Quoting "Heinz J . Mauelshagen" <mauelshagen@sistina.com>: > Following patch should help. Will be in CVS soon. How stable is the CVS tree currently? I'd prefer not to upgrade my production system with something that will break it (BADLY)... critical NORAD nuclear bomb DES cracking FSF Serbian Marxist Iran Semtex strategic Uzi Khaddafi AK-47 [See http://www.aclu.org/echelonwatch/index.html for more about this] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-lvm] How big is a PV? 2002-02-13 5:10 ` Turbo Fredriksson @ 2002-02-13 15:41 ` Heinz J . Mauelshagen 2002-02-15 4:31 ` Turbo Fredriksson 1 sibling, 0 replies; 6+ messages in thread From: Heinz J . Mauelshagen @ 2002-02-13 15:41 UTC (permalink / raw) To: linux-lvm On Wed, Feb 13, 2002 at 12:09:50PM +0100, Turbo Fredriksson wrote: > Quoting "Heinz J . Mauelshagen" <mauelshagen@sistina.com>: > > > Following patch should help. Will be in CVS soon. > > How stable is the CVS tree currently? I'd prefer not to upgrade > my production system with something that will break it (BADLY)... Sure. We are just testing for the 1.0.3 release but as long as the test are being run I can't give you more than the fact that I run it on all my systems here without breaking them. If you are really concerned, please wait till Friday where we have planned to release 1.0.3. > > critical NORAD nuclear bomb DES cracking FSF Serbian Marxist Iran > Semtex strategic Uzi Khaddafi AK-47 > [See http://www.aclu.org/echelonwatch/index.html for more about this] > > _______________________________________________ > linux-lvm mailing list > linux-lvm@sistina.com > http://lists.sistina.com/mailman/listinfo/linux-lvm > read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html -- Regards, Heinz -- The LVM Guy -- *** Software bugs are stupid. Nevertheless it needs not so stupid people to solve them *** =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Heinz Mauelshagen Sistina Software Inc. Senior Consultant/Developer Am Sonnenhang 11 56242 Marienrachdorf Germany Mauelshagen@Sistina.com +49 2626 141200 FAX 924446 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-lvm] How big is a PV? 2002-02-13 5:10 ` Turbo Fredriksson 2002-02-13 15:41 ` Heinz J . Mauelshagen @ 2002-02-15 4:31 ` Turbo Fredriksson 2002-02-15 5:08 ` Heinz J . Mauelshagen 1 sibling, 1 reply; 6+ messages in thread From: Turbo Fredriksson @ 2002-02-15 4:31 UTC (permalink / raw) To: linux-lvm >>>>> "Turbo" == Turbo Fredriksson <turbo@bayour.com> writes: Turbo> Quoting "Heinz J . Mauelshagen" <mauelshagen@sistina.com>: >> Following patch should help. Will be in CVS soon. I haven't upgraded my kernel yet, but by exporting the LD_LIBRARY_PATH=./lib, and running ./vgcfgrestore -ll -v -n vg1 I get PV Size 15.55 GB [32611887 secs] / NOT usable 4.18 MB [LVM: 139 KB] So what's '32611887 secs'? Number of blocks? assassination Delta Force Cuba Treasury NORAD SDI CIA Clinton bomb cracking attack Cocaine strategic fissionable PLO [See http://www.aclu.org/echelonwatch/index.html for more about this] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [linux-lvm] How big is a PV? 2002-02-15 4:31 ` Turbo Fredriksson @ 2002-02-15 5:08 ` Heinz J . Mauelshagen 0 siblings, 0 replies; 6+ messages in thread From: Heinz J . Mauelshagen @ 2002-02-15 5:08 UTC (permalink / raw) To: linux-lvm On Fri, Feb 15, 2002 at 11:31:35AM +0100, Turbo Fredriksson wrote: > >>>>> "Turbo" == Turbo Fredriksson <turbo@bayour.com> writes: > > Turbo> Quoting "Heinz J . Mauelshagen" <mauelshagen@sistina.com>: > >> Following patch should help. Will be in CVS soon. > > I haven't upgraded my kernel yet, but by exporting the LD_LIBRARY_PATH=./lib, > and running > > ./vgcfgrestore -ll -v -n vg1 > > I get > > PV Size 15.55 GB [32611887 secs] / NOT usable 4.18 MB [LVM: 139 KB] > > So what's '32611887 secs'? Number of blocks? Number of 512 Byte sectots. > > > > assassination Delta Force Cuba Treasury NORAD SDI CIA Clinton bomb > cracking attack Cocaine strategic fissionable PLO > [See http://www.aclu.org/echelonwatch/index.html for more about this] > > _______________________________________________ > linux-lvm mailing list > linux-lvm@sistina.com > http://lists.sistina.com/mailman/listinfo/linux-lvm > read the LVM HOW-TO at http://www.sistina.com/lvm/Pages/howto.html -- Regards, Heinz -- The LVM Guy -- *** Software bugs are stupid. Nevertheless it needs not so stupid people to solve them *** =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Heinz Mauelshagen Sistina Software Inc. Senior Consultant/Developer Am Sonnenhang 11 56242 Marienrachdorf Germany Mauelshagen@Sistina.com +49 2626 141200 FAX 924446 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-02-15 5:08 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2002-02-13 2:50 [linux-lvm] How big is a PV? Turbo Fredriksson 2002-02-13 4:25 ` Heinz J . Mauelshagen 2002-02-13 5:10 ` Turbo Fredriksson 2002-02-13 15:41 ` Heinz J . Mauelshagen 2002-02-15 4:31 ` Turbo Fredriksson 2002-02-15 5:08 ` Heinz J . Mauelshagen
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.