Menu

Code Commit Log


Commit Date  
[r9324] by yaberauneya

Simplify mntlock acquisition statements and simplify loops.

2011-12-27 22:14:09 Tree
[r9323] by yaberauneya

Determine whether or not a path is owned by a mountpoint by using struct stat data returned by os.stat(..).

Remove unnecessary os imports since it's handled at the top of the module.

2011-12-27 21:56:15 Tree
[r9322] by yaberauneya

Fix the format string I added to volume_detach.

2011-12-27 07:38:32 Tree
[r9321] by yaberauneya

Unbreak changing passwords and other forms that don't have advanced fields.

2011-12-27 07:03:21 Tree
[r9320] by yaberauneya

Mute the add_port noise and add something a bit more meaningful instead if make package-name fails.

2011-12-27 07:03:07 Tree
[r9319] by yaberauneya

Unbreak the build by not using backticks in heredocs.

2011-12-27 00:50:40 Tree
[r9318] by yaberauneya

Rename volume_export to volume_detach to be more generic [1].
More 'renaming' needs to occur, but this will be an 8.2+ thing,
not an 8.0.3 thing (this is being done to avoid thrashing
dlavinge).

Mash zfs_export into volume_detach because it was only one
command.

Iterate through commands in a loop and stop at any errors to
ensure that things can be cleaned up at a later point in time
if something fails.

Document desired behavior and requirements.

1. Requested by jpaetzel.

2011-12-27 00:50:30 Tree
[r9317] by yaberauneya

Remove the try-except swallowing around volume 'exporting'.

try-except swallowing gets our software out of synch with reality.
It is also a really bad practice as it hides other potential bugs
with the code, and ultimately we should be fixing the issues, not
disguising bugs in our code.

Doing this also forces the sysadmin to deal with the issue ASAP
instead of causing head-scratching later on when things aren't
working as expected, as I've had to deal with over the
phone/IRC/etc with several users/customers.

2011-12-27 00:50:17 Tree
[r9316] by yaberauneya

One should always detach swaps when removing volumes, datasets, etc.

2011-12-27 00:50:05 Tree
[r9315] by yaberauneya

Don't start ix-ataidle until after LOGIN so we only have to set
the ata device speeds once after the system has booted up and
things are operating at steady-state.

We should really create a different service provider, i.e. STORAGE
to better deal with this and more related service ordering.

2011-12-26 22:48:16 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.