- 30 Nov, 2015 9 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Also, sync up a couple of files with 10.2.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 24 Nov, 2015 5 commits
-
-
Mike Hibler authored
Do the testing Mike...
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
When we split the option list, all but the first option would have a leading space. Fortunately, "nfs" is always the first option.
-
Mike Hibler authored
We don't want to stripe an SSD in with regular HDs (specifically at Wisconsin) when creating the LVM VG for vnodes. They are typically a lot smaller and won't improve performance of the VG since any operation will likely be limited by the speed of the rotating disks.
-
- 20 Nov, 2015 5 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
Specifically designed to avoid using root SSD on new d430 nodes.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 17 Nov, 2015 1 commit
-
-
Leigh B Stoller authored
old parents, assign was hitting a buffer overflow cause of too many parents.
-
- 16 Nov, 2015 11 commits
-
-
Kirk Webb authored
FTOS has changed from using vlan-specific ifIndexes to the more sensible choice of vlan tags as indexes in the Q-BRIDGE-MIB tables. However, it still uses these ifindexes in the RFC1213 and IF-MIB mibs! This broke the snmpit_force10 module.
-
Mike Hibler authored
No more 1,10,11..19,2,20,21...
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
This will only be for boss and for FreeBSD 10.2 and beyond.
-
Leigh B Stoller authored
hosts (as for XEN phys hosts). This was never a problem, until we got a cluster with super long node names.
-
Leigh B Stoller authored
paths.
-
Leigh B Stoller authored
to the mapper and then to assign.
-
Leigh B Stoller authored
Need to change this entirely.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 14 Nov, 2015 1 commit
-
-
Robert Ricci authored
Looks like we are going to want the ability to tweak vnode placement per run rather than by building new assign binaries. So, add new '-S balance' and '-S pack' options. I suspect it would also be useful to add '-S spread' to try to spread vnodes out across as many hosts as possible, some people want this when using shared hosts.
-
- 13 Nov, 2015 5 commits
-
-
Mike Hibler authored
-
Leigh B Stoller authored
wait time to 15 minutes, but watch for progress. Any time a node changes bump the waiting time above five minutes. Just a start point, lets see how it goes.
-
Leigh B Stoller authored
for a 500 node experiment is really BIG.
-
Leigh B Stoller authored
100s of times in really big experiments.
-
Leigh B Stoller authored
big topologies.
-
- 12 Nov, 2015 3 commits
-
-
Robert Ricci authored
When set, the goal is to pack vnodes as tightly as possible - that is, to penalize wasted slots in assignments. One downside is that this will tend to make really lopsided mappings: eg. if you have 50 slots per pnode, and 51 vodes, you will end up mapping 50 to one and 1 to the other. The other downside is that I have not yet thought about how to balance this with link weights.
-
Robert Ricci authored
-
Leigh B Stoller authored
-