Menu

/trunk/gui/storage Commit Log


Commit Date  
[r9416] by yaberauneya

Remove fixed context.

2012-01-05 06:06:58 Tree
[r9401] by zippybr

add help_text for Remote ZFS filesystem

2012-01-03 17:10:38 Tree
[r9327] by yaberauneya

Fix zvol deletion with cascade=True and destroy=True so it doesn't traceback.

2011-12-28 00:49:23 Tree
[r9326] by yaberauneya

Clean up an unused import and fix a shadowed declaration.

2011-12-27 23:11:18 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
[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
[r9303] by jhixson

Initial work to get a list of volumes from a plugin started.

Do-Not-Merge: Plugin stuff stays out of TrueNAS

2011-12-22 19:06:06 Tree
[r9300] by zippybr

check whether there is a volume_name before validate for UFS

2011-12-22 15:45:34 Tree
Older >