- 30 Apr, 2012 6 commits
-
-
Leigh B Stoller authored
wildcard the lnk speed, except when the link includes a virtual node; in this case use 100Mb to avoid consuming all BW on GB links.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 27 Apr, 2012 4 commits
-
-
Jonathon Duerig authored
Integrated into install process. Now it is a part of the exclusive sbin club.
-
Jonathon Duerig authored
-
Gary Wong authored
This is a bug fix for yesterday's buggy bug fix.
-
Robert Ricci authored
Note this only applies to the patch at the bottom. Would be good if it applied to linecount summary and 'inline' patches, but this was the quick & trivial one to do.
-
- 26 Apr, 2012 12 commits
-
-
Jonathon Duerig authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Ryan Jackson authored
-
Yathindra Naik authored
mkextrafs script to provide lvm volume of required size to host the dm disk.
-
Yathindra Naik authored
-
Mike Hibler authored
I had never completed this. Two things to note: 1. Distribution via broadcast is still disabled by default in the master server. To enable it, see the comment added in 3.mfrisbeed.sh.in. To use broadcast by default in the client, see the comment in rc.frisbee. 2. If you specify broadcast (-b) in either the client or server, then you should use "-m 255.255.255.255". However, this will broadcast to ALL interfaces on the client/server. To limit to a specific interface, also include "-i <interface-IP>". This will tell the client/server to look up that interface and use the subnet broadcast address in place of 255.255.255.255. Since the master server always starts up frisbeed instances with -i, broadcast will always be directed on the server. Since our rc.frisbee script also fires up the client with -i, it will likewise be directed.
-
Mike Hibler authored
-
Mike Hibler authored
-
Gary Wong authored
The previous code searched for _all_ privileges, which returned extraneous results in case of delegation. We are now more precise about the locations in the tree we're considering.
-
Mike Hibler authored
-
Mike Hibler authored
At the time I thought the particular condition "could not happen" so I put in an assert. Not it returns an error instead.
-
- 25 Apr, 2012 4 commits
-
-
Leigh B Stoller authored
from the CH database. Requires a credential (possibly delegated) with the "readhistory" privilege. ReadHistoryRecords(credential, int index, int count); where index and count are optional, but to be useful you will want to track the index and ask for "count" records at a time until you get back an error saying there are no more to give you. You are limited to max 100 (the default is 10) time at a time. The return value is a list of records, where each record is an array of the data in the aggregate_history table and the manifest. There might be multiple records if the slice was updated, since there will be multiple manifests. I won't describe it, you can just print out a record and see it, it is all pretty obvious.
-
Leigh B Stoller authored
root, but not much to do about that; power needs to be setuid. But when invoked from node_reboot, this will work.
-
Leigh B Stoller authored
-
Mike Hibler authored
-
- 24 Apr, 2012 7 commits
-
-
Tom Mitchell authored
Add a more general email regular expression for extracting the email address from the Subject DN in a certificate.
-
Leigh B Stoller authored
ipport_ranges table during a swapmod, as this will cause the ports to get reasigned or even worse, conflict with another experiment.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 21 Apr, 2012 7 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
node. There auth method has to be ssh-key in the DB, since I did not feel like dealing with password auth and the required tty stuff.
-
Leigh B Stoller authored
This includes the control net ip and physical host, via create and destroy records. Also minor fixes to the shownodehistory.php3 web page.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Add cnet_ip and phys_nodeid slots, and change the type field enum adding create and destroy.
-
Leigh B Stoller authored
Appears to be a known problem (well, feature). So, I added ilo3 as a type and use that to send the proper termination (formfeed).
-