PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > LVM problems: pvmove "errors"
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

LVM problems: pvmove "errors"

Réponse
 
LinkBack Outils de la discussion
Vieux 16/08/2007, 11h00   #1
michael bane
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut LVM problems: pvmove "errors"

I'm trying to reduce a logical vol so that I can remove a HD from it.
However, I get errors with pvmove but I don't know why:

chris@veri:~$ sudo /usr/sbin/pvdisplay /dev/sdb1
Password:
--- Physical volume ---
PV Name /dev/sdb1
VG Name VolGroup00
PV Size 698.64 GB / not usable 10.34 MB
Allocatable yes
PE Size (KByte) 32768
Total PE 22356
Free PE 19156
Allocated PE 3200
PV UUID xDWUQB-wdEx-AtEs-YFkh-BKBR-7Jgd-9ik3p0


chris@veri:~$ sudo /usr/sbin/pvdisplay /dev/sda2
--- Physical volume ---
PV Name /dev/sda2
VG Name VolGroup00
PV Size 465.66 GB / not usable 3.56 MB
Allocatable yes
PE Size (KByte) 32768
Total PE 14901
Free PE 14839
Allocated PE 62
PV UUID GLGcHf-b3Ga-M61f-okkW-HaAk-Al7P-leVK91


chris@veri:~$ sudo /usr/sbin/pvmove /dev/sdb1
Failure parsing mirror status fraction: 1 core
Failure parsing mirror status fraction: 1 core
ABORTING: Mirror percentage check failed.



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/08/2007, 13h30   #2
Martin Marcher
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: LVM problems: pvmove "errors"

Hi,

are you absolutely sure that the other PVs have enough space available
to remove the desired one? (this bugged me everytime i had to remove a
PV)

/martin

On 8/16/07, michael bane <michael.bane@manchester.ac.uk> wrote:
> I'm trying to reduce a logical vol so that I can remove a HD from it.
> However, I get errors with pvmove but I don't know why:
>
> chris@veri:~$ sudo /usr/sbin/pvdisplay /dev/sdb1
> Password:
> --- Physical volume ---
> PV Name /dev/sdb1
> VG Name VolGroup00
> PV Size 698.64 GB / not usable 10.34 MB
> Allocatable yes
> PE Size (KByte) 32768
> Total PE 22356
> Free PE 19156
> Allocated PE 3200
> PV UUID xDWUQB-wdEx-AtEs-YFkh-BKBR-7Jgd-9ik3p0
>
>
> chris@veri:~$ sudo /usr/sbin/pvdisplay /dev/sda2
> --- Physical volume ---
> PV Name /dev/sda2
> VG Name VolGroup00
> PV Size 465.66 GB / not usable 3.56 MB
> Allocatable yes
> PE Size (KByte) 32768
> Total PE 14901
> Free PE 14839
> Allocated PE 62
> PV UUID GLGcHf-b3Ga-M61f-okkW-HaAk-Al7P-leVK91
>
>
> chris@veri:~$ sudo /usr/sbin/pvmove /dev/sdb1
> Failure parsing mirror status fraction: 1 core
> Failure parsing mirror status fraction: 1 core
> ABORTING: Mirror percentage check failed.
>
>
>
> --
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>
>



--
Martin Marcher
martin.marcher@gmail.com
http://www.mycorners.com
https://www.xing.com/profile/Martin_Marcher
http://www.linkedin.com/in/martinmarcher
http://www.studivz.net/profile.php?ids=9f83ea8c5996b8ec
http://www.amazon.de/gp/registry/wis...ort=date-added


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 16/08/2007, 14h00   #3
michael
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: LVM problems: pvmove "errors"

On Thu, 2007-08-16 at 14:22 +0200, Martin Marcher wrote:

> On 8/16/07, michael bane <michael.bane@manchester.ac.uk> wrote:
> > I'm trying to reduce a logical vol so that I can remove a HD from it.
> > However, I get errors with pvmove but I don't know why:
> >
> > chris@veri:~$ sudo /usr/sbin/pvdisplay /dev/sdb1
> > Password:
> > --- Physical volume ---
> > PV Name /dev/sdb1
> > VG Name VolGroup00
> > PV Size 698.64 GB / not usable 10.34 MB
> > Allocatable yes
> > PE Size (KByte) 32768
> > Total PE 22356
> > Free PE 19156
> > Allocated PE 3200
> > PV UUID xDWUQB-wdEx-AtEs-YFkh-BKBR-7Jgd-9ik3p0
> >
> >
> > chris@veri:~$ sudo /usr/sbin/pvdisplay /dev/sda2
> > --- Physical volume ---
> > PV Name /dev/sda2
> > VG Name VolGroup00
> > PV Size 465.66 GB / not usable 3.56 MB
> > Allocatable yes
> > PE Size (KByte) 32768
> > Total PE 14901
> > Free PE 14839
> > Allocated PE 62
> > PV UUID GLGcHf-b3Ga-M61f-okkW-HaAk-Al7P-leVK91
> >
> >
> > chris@veri:~$ sudo /usr/sbin/pvmove /dev/sdb1
> > Failure parsing mirror status fraction: 1 core
> > Failure parsing mirror status fraction: 1 core
> > ABORTING: Mirror percentage check failed.
> >
> >
> >


Hi,
>
> are you absolutely sure that the other PVs have enough space available
> to remove the desired one? (this bugged me everytime i had to remove a
> PV)
>
> /martin
>
>



If I'm reading it right, the source device /dev/sdb1 has 3,200 allocated
PEs and the dest device /dev/sda2 has 14,839 free PEs (all PEs being the
same size). So it appears to me that there is enough room to do the
pvmove...


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 23h40.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12530 seconds with 11 queries