WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xen 3.0.0 not propagating correct size to domU

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xen 3.0.0 not propagating correct size to domU
From: Adam Heath <doogie@xxxxxxxxxxxxx>
Date: Thu, 22 Dec 2005 09:16:23 -0600 (CST)
Delivery-date: Thu, 22 Dec 2005 15:19:29 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
--
xen:~# lvs|grep dev-postgres
  dev-postgres        space -wi-ao  20.00G
xen:~# grep dev-postgres /etc/xen/dev
disk = [ "phy:space/dev-root,hda1,w", "phy:space/dev-swap-0,hda2,w", 
"phy:space/dev-postgres,hda3,w" ]
dev:/home/shared/doogie# df /dev/hda3
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda3             14669824   1589196  13080628  11% /var/lib/postgres
dev:/home/shared/doogie# xfs_growfs /var/lib/postgres/
meta-data=/var/lib/postgres      isize=256    agcount=23, agsize=163840 blks
         =                       sectsz=512
data     =                       bsize=4096   blocks=3670016, imaxpct=25
         =                       sunit=0      swidth=0 blks, unwritten=1
naming   =version 2              bsize=4096
log      =internal               bsize=4096   blocks=2560, version=1
         =                       sectsz=512   sunit=0 blks
realtime =none                   extsz=65536  blocks=0, rtextents=0
dev:/home/shared/doogie# df /dev/hda3
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda3             14669824   1607636  13062188  11% /var/lib/postgres
--

I mentioned something like this a while ago; I thought it would have been
fixed before going stable.

Should I file this as a bug?


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen 3.0.0 not propagating correct size to domU, Adam Heath <=