- 03 Dec, 2014 10 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
all users. Cloudlab added to the list, but not exposed except to admins and studly users.
-
Leigh B Stoller authored
-
Mike Hibler authored
2.68 is installed on FreeBSD 8.x.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
- 02 Dec, 2014 21 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
is not killed, the image upload will fail, and it takes 30 minutes for frisbeed to idle exit. We really need to know if the frisbeed process has any clients for this.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
add for VMs, but we were never deleting them and after a while sshd refuses to start.
-
Leigh B Stoller authored
Do not remove iscsi startup files in the guest on XEN44.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Mike Hibler authored
-
Leigh B Stoller authored
XEN43-64-STD, but is XEN44-64-BIGFS on APT and probably Cloud.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
to a local disk image we were creating a duplicate of the image via image_import in the project of the experiment. Change LookupByURL() to notice that the URL refers to a local disk image, and return that image.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
the public IP of ops for the mounts.
-
Leigh B Stoller authored
exported. Does not appear to happen automatically.
-
Leigh B Stoller authored
-
- 01 Dec, 2014 4 commits
-
-
Mike Hibler authored
We pass through a flag in the tmcd loadinfo call to tell whether to attempt to do a TRIM when loading the disk (or after loading the disk). If TRIM=1 then we do so. Since it is not clear from what I have read whether repeated TRIMming is a detriment to SSD life, we throttle it as follows: 1. We don't TRIM at all unless the sitevariable general/bootdisk_trim_interval is non zero. If it is set, we will wait at least that many seconds after the previous TRIM before we do it again. 2. We keep track of the last trim via the node_attribute "bootdisk_lasttrim" which is a unix timestamp of the last time that tmcd responded to a loadinfo request in which it returned TRIM=1. 2. We track, on a per-node basis, whether the boot disk should be TRIMmed or not. If the node or node-type attribute "bootdisk_trim" is non-zero, we will attempt a trim if the interval has passed since the last trim. So, we never trim if the sitevariable is 0 (the default value). If it is non-zero, we only trim the boot disk of those nodes that have the node or node_type attribute set and only after a sufficient interval has passed. This does not address non-boot disks, but currently frisbee won't mess with any other disk anyway. Eventually, we will have to have per-disk or per-disktype attributes if we want to do this better.
-
Mike Hibler authored
Should be using last rather than next at the end of each "case".
-
Mike Hibler authored
It can interfere with our caller if they are also using it!
-
Mike Hibler authored
-
- 30 Nov, 2014 1 commit
-
-
Mike Hibler authored
-
- 26 Nov, 2014 1 commit
-
-
Kirk Webb authored
In my cleanup of the "doaccounts" code, it looks like I was a bit overzealous. The logic for detecting when a node is a shared vnode host was incomplete, and so matched for the vnodes themselves too.
-
- 25 Nov, 2014 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
This is more like what bootinfo does, but I haven't resorted to this yet...
-
Mike Hibler authored
-