Comment 7 for bug 458850

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

The following shows that this did not regress the mounting of /mnt on 20091027 build that included this fix.

$ printf "%s: %s\n" $(wget -O - -q 169.254.169.254/latest/meta-data/ami-id) \
   $(wget -O - -q http://169.254.169.254/latest/meta-data/ami-manifest-path )
ami-cb0ae9a2: ubuntu-images-testing-us/ubuntu-karmic-daily-i386-server-20091027.manifest.xml
$ dpkg-query --show ec2-init
ec2-init 0.4.999-0ubuntu7
$ df -h /mnt/
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 147G 188M 140G 1% /mnt

$ printf "%s: %s\n" $(wget -O - -q 169.254.169.254/latest/meta-data/ami-id) \
   $(wget -O - -q http://169.254.169.254/latest/meta-data/ami-manifest-path )
ami-a50ae9cc: ubuntu-images-testing-us/ubuntu-karmic-daily-amd64-server-20091027.manifest.xml
$ dpkg-query --show ec2-init
ec2-init 0.4.999-0ubuntu7
$ df -h /mnt
Filesystem Size Used Avail Use% Mounted on
/dev/sdb 414G 199M 393G 1% /mnt