[Bug 498174] Re: Maximum number of 8 loopback devices low for SC
Dustin Kirkland
dustin.kirkland at gmail.com
Fri Dec 18 13:58:59 GMT 2009
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.
More information about the Ubuntu-server-bugs
mailing list