Commit | Date | |
---|---|---|
2011-11-24 12:53:56 |
View
Download |
|
2011-11-24 00:26:30 |
View
Download |
|
2011-11-23 20:55:05 |
View
Download |
|
2011-11-23 20:54:39 |
View
Download |
|
[r8791]
(85.1 kB)
by
yaberauneya
Fix a regression that was introduced with the volumes branch where devices like a?cd*, the root device, etc were added to the list of available devices in the GUI and at bootup. This just fixes the immediate breakage in the notifier code. More stuff like storage.forms, several migration scripts, and other areas of the code where we look at sysctl -n kern.disks needs to be fixed to follow this pattern (better yet.. it should potentially just be a standalone shell script or awk one liner). This addresses ticket 998. |
2011-11-23 19:24:51 |
View
Download |
[r8774]
(84.4 kB)
by
zippybr
lets avoid the use of django data structures in order to use python built-in (SortedDict vs OrderedDict) |
2011-11-22 17:52:31 |
View
Download |
2011-11-21 13:52:08 |
View
Download |
|
[r8745]
(83.5 kB)
by
zippybr
When deleting multiple snapshots collectd stops & starts between each one |
2011-11-21 11:05:32 |
View
Download |
[r8720]
(83.5 kB)
by
yaberauneya
Merge changes from ix to sf-trunk Also, fix the column width in the email hint so it looks less braindead. ------------------------------------------------------------------------ When starting or stopping NFS service, start statd and lockd as well. |
2011-11-18 19:14:09 |
View
Download |
[r8620]
(83.3 kB)
by
yaberauneya
For some funky arse reason, subprocess.check_output with pipes doesn't work as expected (there were multiple errors with command line parsing that in reality shouldn't have been an issue). Let's hack together a real python based pipe instead of relying on subprocess.check_output by itself to do the right thing. Also, let's pipe through stderr so that we can get some real diagnostic output if the latter command fails. This has existed for a while because I wasn't able to upgrade an older system from the pre-8.2 switchover to an 8.2 branded image without this change, oddly enough. This resolves ticket 996. |
2011-11-10 03:31:25 |
View
Download |