- 02 Dec, 2015 1 commit
-
-
Gary Wong authored
It assumed addresses were unused if node_id was NULL. This used to be true before the introduction of per-experiment dynamic address pools (when public addresses were mapped one-to-one with VMs). Unfortunately this code was not updated when experiment address pools were added, and so it would have permitted the deletion of currently assigned addresses.
-
- 01 Dec, 2015 8 commits
-
-
David Johnson authored
So, the scripts are now in clientside/tmcc/linux since they're the same for any systemd-based Linux, and the centos7 and ubuntu15 makefiles install those files. Also had to improve fixup-fstab-swaps to handle the case where the / is something like /dev/disk/by-uuid/<UUID> which is a symlink to the real dev. So try readlink -f to handle that.
-
Leigh B Stoller authored
changes and some checks to prevent a user from instantiating a disabled version.
-
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
-