Comment 11 for bug 784937

Revision history for this message
Scott Moser (smoser) wrote :

whoohoo. Fixed Verified:

$ df | grep ^/
/dev/xvda1 8256952 716152 7121372 10% /
/dev/xvda2 153899044 192068 145889352 1% /mnt
$ cat /proc/partitions
major minor #blocks name

 202 1 8388608 xvda1
 202 2 156352512 xvda2
 202 3 917504 xvda3
$ uname -r
3.0.0-9-virtual
$ cat /etc/cloud/build.info
build_name: server
serial: 20110822
$ ec2metadata --instance-type
m1.small

Then, on amd64 m1.large:
$ df | grep ^/
/dev/xvda1 8256952 732596 7104928 10% /
/dev/xvdb 433455904 203016 411234584 1% /mnt
$ cat /proc/partitions
major minor #blocks name

 202 1 8388608 xvda1
 202 16 440366080 xvdb
$ uname -r
3.0.0-9-virtual
$ cat /etc/cloud/build.info
build_name: server
serial: 20110822
$ ec2metadata --instance-type
m1.large