- 01 Dec, 2015 6 commits
-
-
Leigh B Stoller authored
waiting till it finished setting up (or fails). This is really nice when a 1000 node experiment has gone awry and it is pointless to wait for it to finish. When we do this, we mark the instance as canceled in the DB, and then wait for create_instance() to notice it. When it does, it stops waiting and invokes terminate with a new cancel option at the backend.
-
Leigh B Stoller authored
through the loop we look to see if signals are pending, and if so we return early with an error. The caller (libvnode_xen) can use this to avoid really long waits, when the server has said to stop what its doing. For example, a vnode setup is waiting for an image lock, but the server comes along ands to stop setting up. Previously, we would wait for the lock, now we return early. This is to help with cancelation where it is nice if the server can stop a CreateSliver() in its tracks, when it is safe to do so.
-
Leigh B Stoller authored
cancel option, will stop a CreateSliver() in its tracks. We stop the monitor, then cleanup the slice. I also added an optimization for tearing down large numbers of VMs on shared nodes, previously we were doing them one at a time. Note that only the Portal is going to use this option, since it loosely depends on code in the XEN clientside (described in another commit).
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 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 2 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.
-