- 10 Sep, 2009 2 commits
-
-
Robert Ricci authored
have that information in the widearea_nodeinfo table.
-
Jonathon Duerig authored
-
- 08 Sep, 2009 5 commits
-
-
Mike Hibler authored
(mostly because of a new bridge device in FBSD).
-
David Johnson authored
gracefully handle linux kernels that do not support vers=2.
-
Robert Ricci authored
found in the database, use the stack recorded there.
-
Robert Ricci authored
instead of "Experimental" if the stack cannot be determinted.
-
Leigh B. Stoller authored
-
- 04 Sep, 2009 1 commit
-
-
David Johnson authored
-
- 03 Sep, 2009 1 commit
-
-
Robert Ricci authored
stack unless no ports are given. This allows it to be used on other stacks without passing the -S option. There are probably other commands that should get this treatment, but being conservative for now. Also improved the debugging output from commands that complain about multiple stacks.
-
- 31 Aug, 2009 1 commit
-
-
Jonathon Duerig authored
Fixed bug in Dave's hacky solution. He was only ever adding the constant 10 rather than the correct parameter value.
-
- 28 Aug, 2009 5 commits
-
-
David Johnson authored
-
David Johnson authored
handle numbers to be hex strings, but the new delay agent only gives the netlink pipe class the first qdisc handle, from which the class infers the rest (we always increment handles by decimal 10 -- i.e., 190, 200, 210). So, we have to add 10 decimal in the string, then convert the string to hex. Whee!
-
Leigh B. Stoller authored
-
Kevin Tew authored
-
Leigh B. Stoller authored
-
- 27 Aug, 2009 3 commits
-
-
Kevin Tew authored
-
David Johnson authored
correct.
-
Leigh B. Stoller authored
-
- 26 Aug, 2009 1 commit
-
-
Leigh B. Stoller authored
-
- 24 Aug, 2009 5 commits
-
-
Leigh B. Stoller authored
-
David Johnson authored
in the root context. Also, give containers CAP_NET_ADMIN so they can set the per-device txqueuelen via ifconfig. This may be a bad idea... but for now it's helpful!
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
like shared host nodes. These are removed when the experiment swapped or modified, just like the rest of the virtual state.
-
Leigh B. Stoller authored
like shared host nodes. These are removed when the experiment swapped or modified, just like the rest of the virtual state.
-
- 23 Aug, 2009 1 commit
-
-
Leigh B. Stoller authored
-
- 21 Aug, 2009 5 commits
-
-
Mike Hibler authored
-
David Johnson authored
on devices they contain.
-
Mike Hibler authored
The xmlrpc logfile was getting left open in children and things were not being properly background-ed as a result.
-
Leigh B. Stoller authored
Also fix error reported by Mike where pool_daemon fails if shared-nodes experiment is NEW. Now, daemon exits silently if the experiment is NEW or SWAPPED.
-
Mike Hibler authored
-
- 20 Aug, 2009 7 commits
-
-
Jonathon Duerig authored
-
David Johnson authored
kernel patch's problem), adjust param units on Linux.
-
Kevin Atkinson authored
-
Kevin Atkinson authored
Force a new session, should be used by daemons before performing some sort of swap related activity. The orignal session information will be lost.
-
David Johnson authored
-
Ryan Jackson authored
-
Ryan Jackson authored
FreeBSD network devices are named after the device driver used, whereas Linux network devices are named after the interface type, such as 'eth0' for the first ethernet interface. The newclient script would send each interface name to the server via the 'ifacenameX' parameter, and newnodecheckin.php would use it to get the driver type for the interface. This works with the FreeBSD MFS, but not with the Linux one. Without this fix, all reported interfaces would be of type 'eth', which isn't helpful. To fix this, a new parameter was added to newnodecheckin.php called 'ifacedriverX' (where X is the interface number). This parameter is optional for backward compatibility with existing newnode MFS images. If present, it is used to specify the interface type. If not, the ifacenameX parameter is munged as before to extract the interface type. The newclient script reports this parameter under both FreeBSD and Linux. On FreeBSD, the interface name is munged to extract the type. On Linux, the driver name is extracted from sysfs.
-
- 19 Aug, 2009 3 commits
-
-
Kevin Tew authored
-
Leigh B. Stoller authored
so lands in the email message.
-
Jonathon Duerig authored
Up the timeout for waiting on a child node to 3000 seconds to accomodate estimated time for OpenVZ w/ 100 containers.
-