[Bug 962615] Re: Unable to list volumes after building from snapshot

2012-06-05 Thread Kiall Mac Innes
** Branch linked: lp:~kiall/nova/fix-snapshot-id

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/962615

Title:
  Unable to list volumes after building from snapshot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/962615/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 939122] Re: floating ips do not display in 'nova list' after association to instance

2012-05-22 Thread Kiall Mac Innes
** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/939122

Title:
  floating ips do not display in 'nova list' after association to
  instance

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/939122/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930255] Re: Keystone's precise dbconfig uses incorrect case for roles.

2012-02-22 Thread Kiall Mac Innes
I should probably have mentioned, nova checks these roles in a case
sensitive manor.

Using the wrong case means the roles simply will not work..

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/930255

Title:
  Keystone's precise dbconfig uses incorrect case for roles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930255/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 930255] [NEW] Keystone's precise dbconfig uses incorrect case for roles.

2012-02-10 Thread Kiall Mac Innes
Public bug reported:

The recently merged packaging dbconfig uses Admin rather than admin
during role creation.

See: https://bugs.launchpad.net/devstack/+bug/919373 and
https://review.openstack.org/3229

** Affects: keystone (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/930255

Title:
  Keystone's precise dbconfig uses incorrect case for roles.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/930255/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-27 Thread Kiall Mac Innes
This is a nova bug all right,  supplies the incorrect device name in the
ec2 metadata.

Nova supplies the following:

 'block-device-mapping': {'ami': 'vda',
  'root': '/dev/vda',
  'swap': '/dev/vdc'},

When it should supply this:

 'block-device-mapping': {'ami': 'vda',
  'root': '/dev/vda',
  'swap': '/dev/vdb'},

It seems to nova asks libvirt to attach the swap device at /dev/vdc, but
since libvirt+kvm simply uses the supplied device name as an ordering
hint, the device is actually attached at /dev/vdb

** Changed in: nova
   Status: Incomplete = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066

Title:
  /etc/fstab contains incorrect device for swap partition when no
  ephemeral disk present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-27 Thread Kiall Mac Innes
I should mention, I believe the fix is for nova to ask for the device to
be attached at /dev/vdb when there is no ephemeral disk.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066

Title:
  /etc/fstab contains incorrect device for swap partition when no
  ephemeral disk present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-17 Thread Kiall Mac Innes
** Also affects: nova
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066

Title:
  /etc/fstab contains incorrect device for swap partition when no
  ephemeral disk present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-17 Thread Kiall Mac Innes
Libvirt XML: http://paste.ubuntu.com/807484/
Instance metadata:  http://paste.ubuntu.com/807485/

 $ ls /dev/vd*
 /dev/vda  /dev/vda1  /dev/vdb

 $ cat /etc/fstab
 # /etc/fstab: static file system information.
 # file system mount point   type  
 options   dump  pass
 proc/proc   proc
 nodev,noexec,nosuid 0   0
 LABEL=cloudimg-rootfs  /   ext4defaults0  
  0
 /dev/vdcnoneswapsw,comment=cloudconfig  0   0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066

Title:
  /etc/fstab contains incorrect device for swap partition when no
  ephemeral disk present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-17 Thread Kiall Mac Innes
 $ sudo blkid /dev/vdb
 /dev/vdb: UUID=3447f2ad-9c81-4b95-ab3d-d5ff7aacbfa6 TYPE=swap

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066

Title:
  /etc/fstab contains incorrect device for swap partition when no
  ephemeral disk present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912066] [NEW] /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-04 Thread Kiall Mac Innes
Public bug reported:

On OpenStack using a flavor with no ephemeral storage, but with swap
space, cloud-init creates an invalid /etc/fstab

Given this favor (Note: Storage: 0GB and Swap: 2048MB):

 p1.small: Memory: 3072MB, VCPUS: 4, Storage: 0GB, FlavorID: 15, Swap:
2048MB, RXTX Quota: 0GB, RXTX Cap: 0MB

The fstab is generated as:

 # /etc/fstab: static file system information.
 # file system mount point   type  
 options   dump  pass
 proc/proc   proc
 nodev,noexec,nosuid 0   0
 LABEL=cloudimg-rootfs  /   ext4defaults0  
  0
 /dev/vdcnoneswapsw,comment=cloudconfig  0   0

While the devices are (/dev/vdb is the swap):

 # ls /dev/vd*
 /dev/vda  /dev/vda1  /dev/vdb

** Affects: cloud-init
 Importance: Undecided
 Status: New

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: cloud-init
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066

Title:
  /etc/fstab contains incorrect device for swap partition when no
  ephemeral disk present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 912066] Re: /etc/fstab contains incorrect device for swap partition when no ephemeral disk present.

2012-01-04 Thread Kiall Mac Innes
Also, This is on the Oneiric cloud-image.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/912066

Title:
  /etc/fstab contains incorrect device for swap partition when no
  ephemeral disk present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/912066/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs