- 26 Jan, 2012 3 commits
-
-
Leigh B Stoller authored
-
Ryan Jackson authored
-
Jonathon Duerig authored
-
- 25 Jan, 2012 1 commit
-
-
Leigh B Stoller authored
-
- 24 Jan, 2012 1 commit
-
-
Leigh B Stoller authored
-
- 23 Jan, 2012 29 commits
-
-
Leigh B Stoller authored
(plumbing for disk agents).
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
doing the real/hard work. Anyway, in your NS file you can do this: set newdisk [new Disk $ns] $newdisk set node $n0 $newdisk set type foo $newdisk set mountpoint /qq $newdisk set parameters "foo bar fee" $newdisk set command "bla bla bla" The parameters and command are optional and default to null. Then on your node, tmcd returns: DISK DISKNAME=newdisk DISKTYPE='foo' MOUNTPOINT='/qq' MOUNTPOINT='foo bar fee' PARAMETERS='bla bla bla' Note that there is no client support code in this commit.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
This reverts commit 79d43b7d0d119416ce6583eb5f69d22717865846.
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
-
Yathindra Naik authored
_display_info prints the status and related information about the virtual disk created.
-
Yathindra Naik authored
-
- 20 Jan, 2012 6 commits
-
-
Ryan Jackson authored
-
Ryan Jackson authored
-
Ryan Jackson authored
-
Ryan Jackson authored
Fixed the query for server name, ip, and mac so that it works with multiple subbosses. Previously the query would fail due to the subquery returning multiple rows.
-
Ryan Jackson authored
Since the default FORWARD policy is to DROP, only send packets to the INSIDE chain if: A) they come in on the vlan interface and B) they have src IPs in the control net (or brodcast IP) Packets that match the first but not the second will fall through and be dropped.
-
Ryan Jackson authored
-