[Bug 498174] Re: Maximum number of 8 loopback devices low for SC

2009-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2~bzr1103-0ubuntu2

---
eucalyptus (1.6.2~bzr1103-0ubuntu2) lucid; urgency=low

  [ Dustin Kirkland ]
  * debian/control: add a recommends on bridge-utils, and a suggests
on aoetools, per feedback from Dan
  * debian/eucalyptus-common.eucalyptus.upstart, debian/eucalyptus-nc.upstart:
move the loop device creation to the common upstart script, since several
eucalyptus components need this, LP: #498174
  * clc/modules/bootstrap/eucalyptus-bootstrap.c: fix broken build, true
was undefined
 -- Dustin Kirkland kirkl...@ubuntu.com   Sat, 19 Dec 2009 07:53:56 -0600

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

** Changed in: eucalyptus (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Maximum number of 8 loopback devices low for SC
https://bugs.launchpad.net/bugs/498174
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 498174] Re: Maximum number of 8 loopback devices low for SC

2009-12-18 Thread Torsten Spindler
I just learned that the number of loop back devices is managed
dynamically by the kernel. However, the number of actual loop back
devices in /dev/ is set to 8 by default. Creating new ones can be done
with

$ sudo mknod b 7 number /dev/loopnumber

-- 
Maximum number of 8 loopback devices low for SC
https://bugs.launchpad.net/bugs/498174
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 498174] Re: Maximum number of 8 loopback devices low for SC

2009-12-18 Thread Dustin Kirkland
Actually, we have the following in the eucalyptus-nc upstart script:

for i in $(seq 0 31); do
[ -b /dev/loop$i ] || (mknod -m 660 /dev/loop$i b 7 $i
 chown root:disk /dev/loop$i)
done

I'll add it to the eucalyptus-sc upstart script as well.

Or perhaps just put it in the common one.

** Changed in: eucalyptus (Ubuntu)
   Importance: Wishlist = High

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: eucalyptus (Ubuntu)
   Status: New = Triaged

-- 
Maximum number of 8 loopback devices low for SC
https://bugs.launchpad.net/bugs/498174
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 498174] Re: Maximum number of 8 loopback devices low for SC

2009-12-18 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = Fix Committed

-- 
Maximum number of 8 loopback devices low for SC
https://bugs.launchpad.net/bugs/498174
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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