]> git.datanom.net - omvzfs.git/log
omvzfs.git
9 years agoAdd debian build tree
Michael Rasmussen [Sun, 3 Aug 2014 20:32:41 +0000 (22:32 +0200)]
Add debian build tree

9 years agoFix some bugs. Implement methods needed by zfs.inc. Zpool.php completed
Michael Rasmussen [Sat, 2 Aug 2014 01:41:14 +0000 (03:41 +0200)]
Fix some bugs. Implement methods needed by zfs.inc. Zpool.php completed

9 years agoreplace deprecated function join with implode
Michael Rasmussen [Fri, 18 Jul 2014 20:31:33 +0000 (22:31 +0200)]
replace deprecated function join with implode

9 years agoBug fixes
Michael Rasmussen [Fri, 18 Jul 2014 16:02:06 +0000 (18:02 +0200)]
Bug fixes

9 years agoAdd feature to assemble existing zpool
Michael Rasmussen [Fri, 18 Jul 2014 13:37:34 +0000 (15:37 +0200)]
Add feature to assemble existing zpool

9 years agoSome minor bug fixes
Michael Rasmussen [Fri, 18 Jul 2014 13:36:36 +0000 (15:36 +0200)]
Some minor bug fixes

9 years agoFix typo
Michael Rasmussen [Thu, 17 Jul 2014 22:21:20 +0000 (00:21 +0200)]
Fix typo

9 years agoMove root to storage
Michael Rasmussen [Wed, 16 Jul 2014 01:17:01 +0000 (03:17 +0200)]
Move root to storage

9 years agoMove root to storage
Michael Rasmussen [Wed, 16 Jul 2014 00:44:10 +0000 (02:44 +0200)]
Move root to storage

9 years agoMove root node to Storage
Michael Rasmussen [Wed, 16 Jul 2014 00:38:52 +0000 (02:38 +0200)]
Move root node to Storage

9 years agoFix some more bugs in switch
Michael Rasmussen [Wed, 16 Jul 2014 00:38:29 +0000 (02:38 +0200)]
Fix some more bugs in switch

9 years agoFix bug in switch
Michael Rasmussen [Wed, 16 Jul 2014 00:25:18 +0000 (02:25 +0200)]
Fix bug in switch

9 years agoMove root node to Storage
Michael Rasmussen [Wed, 16 Jul 2014 00:24:17 +0000 (02:24 +0200)]
Move root node to Storage

9 years agoGUI part from Niclas as well as debian build script
Michael Rasmussen [Wed, 16 Jul 2014 00:19:47 +0000 (02:19 +0200)]
GUI part from Niclas as well as debian build script

9 years agoFirst complete implementation of Zpool class
Michael Rasmussen [Mon, 14 Jul 2014 23:40:52 +0000 (01:40 +0200)]
First complete implementation of Zpool class

9 years agoFix bug in comment
Michael Rasmussen [Mon, 14 Jul 2014 23:39:57 +0000 (01:39 +0200)]
Fix bug in comment

9 years agoAdded function to get ZFS UUID by pool name
Niclas Berglind [Fri, 16 May 2014 20:02:05 +0000 (22:02 +0200)]
Added function to get ZFS UUID by pool name

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoRewrite of Utils class to improve readability.
Niclas Berglind [Thu, 17 Apr 2014 20:08:30 +0000 (22:08 +0200)]
Rewrite of Utils class to improve readability.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded some comments to the Utils class to clarify.
Niclas Berglind [Mon, 14 Apr 2014 18:49:02 +0000 (20:49 +0200)]
Added some comments to the Utils class to clarify.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoFixes to the handling of cloned Datasets.
Niclas Berglind [Mon, 14 Apr 2014 18:49:01 +0000 (20:49 +0200)]
Fixes to the handling of cloned Datasets.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded method to promote a cloned Dataset.
Niclas Berglind [Mon, 14 Apr 2014 18:49:00 +0000 (20:49 +0200)]
Added method to promote a cloned Dataset.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded methods to Dataset to get it's origin if it's a clone.
Niclas Berglind [Mon, 14 Apr 2014 18:48:59 +0000 (20:48 +0200)]
Added methods to Dataset to get it's origin if it's a clone.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded methods to Snapshot for rollback and cloning.
Niclas Berglind [Mon, 14 Apr 2014 18:48:58 +0000 (20:48 +0200)]
Added methods to Snapshot for rollback and cloning.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded a new Utils class with support methods.
Niclas Berglind [Fri, 4 Apr 2014 22:14:42 +0000 (00:14 +0200)]
Added a new Utils class with support methods.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded getSnapshots method to Zvol class.
Niclas Berglind [Fri, 4 Apr 2014 22:14:41 +0000 (00:14 +0200)]
Added getSnapshots method to Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoMinor fixes to Dataset and Zvol constructors.
Niclas Berglind [Fri, 4 Apr 2014 22:14:40 +0000 (00:14 +0200)]
Minor fixes to Dataset and Zvol constructors.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoBugfix in Dataset constructor.
Niclas Berglind [Fri, 4 Apr 2014 22:14:39 +0000 (00:14 +0200)]
Bugfix in Dataset constructor.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoModified constructors in Zvol, Dataset and Snapshot classes.
Niclas Berglind [Sun, 23 Mar 2014 14:23:50 +0000 (15:23 +0100)]
Modified constructors in Zvol, Dataset and Snapshot classes.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoMinor change to snapshots in Dataset and Zvol classes.
Niclas Berglind [Sun, 23 Mar 2014 14:23:49 +0000 (15:23 +0100)]
Minor change to snapshots in Dataset and Zvol classes.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded Snapshot to Zvol class.
Niclas Berglind [Sat, 22 Mar 2014 13:14:38 +0000 (14:14 +0100)]
Added Snapshot to Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoFixed some commands in Zvol class.
Niclas Berglind [Sat, 22 Mar 2014 13:14:37 +0000 (14:14 +0100)]
Fixed some commands in Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoFixed some commands in Dataset class.
Niclas Berglind [Sat, 22 Mar 2014 13:14:36 +0000 (14:14 +0100)]
Fixed some commands in Dataset class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoCorrected method desriptions in Dataset class.
Niclas Berglind [Sat, 22 Mar 2014 13:14:35 +0000 (14:14 +0100)]
Corrected method desriptions in Dataset class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded methods to add/delete Snapshots to/from Datasets.
Niclas Berglind [Sat, 22 Mar 2014 13:14:34 +0000 (14:14 +0100)]
Added methods to add/delete Snapshots to/from Datasets.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoFixed some commands to redirect stderr to stdout.
Niclas Berglind [Sat, 22 Mar 2014 13:14:33 +0000 (14:14 +0100)]
Fixed some commands to redirect stderr to stdout.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded create method and property helper methods to Snapshot class.
Niclas Berglind [Sat, 22 Mar 2014 13:14:32 +0000 (14:14 +0100)]
Added create method and property helper methods to Snapshot class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded snapshots to Dataset class.
Niclas Berglind [Sat, 22 Mar 2014 13:14:31 +0000 (14:14 +0100)]
Added snapshots to Dataset class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoStarted work on Snapshot class.
Niclas Berglind [Sat, 22 Mar 2014 13:14:30 +0000 (14:14 +0100)]
Started work on Snapshot class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded rename method to Zvol class.
Niclas Berglind [Wed, 12 Mar 2014 19:46:47 +0000 (20:46 +0100)]
Added rename method to Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded inherit method together with support method to Zvol class.
Niclas Berglind [Wed, 12 Mar 2014 19:46:46 +0000 (20:46 +0100)]
Added inherit method together with support method to Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded destroy method to Zvol class.
Niclas Berglind [Wed, 12 Mar 2014 19:34:21 +0000 (20:34 +0100)]
Added destroy method to Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded method to get Zvol size.
Niclas Berglind [Wed, 12 Mar 2014 19:34:20 +0000 (20:34 +0100)]
Added method to get Zvol size.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoRemoved mountpoint attribute from Zvol.
Niclas Berglind [Wed, 12 Mar 2014 19:34:19 +0000 (20:34 +0100)]
Removed mountpoint attribute from Zvol.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded constructor and associated support function to Zvol class.
Niclas Berglind [Wed, 12 Mar 2014 19:34:18 +0000 (20:34 +0100)]
Added constructor and associated support function to Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded a couple of get methods to the Zvol class.
Niclas Berglind [Wed, 12 Mar 2014 19:34:17 +0000 (20:34 +0100)]
Added a couple of get methods to the Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoStarted work on Zvol class.
Niclas Berglind [Wed, 12 Mar 2014 19:34:16 +0000 (20:34 +0100)]
Started work on Zvol class.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoExtracted code from constructor to new method called create.
Niclas Berglind [Wed, 12 Mar 2014 08:04:50 +0000 (09:04 +0100)]
Extracted code from constructor to new method called create.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoMade it optional to create Dataset on commandline in constructor. Changed properties...
Niclas Berglind [Wed, 5 Mar 2014 20:34:21 +0000 (21:34 +0100)]
Made it optional to create Dataset on commandline in constructor. Changed properties attribute.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded mount and unmount methods to the Dataset class
Niclas Berglind [Tue, 4 Mar 2014 21:00:10 +0000 (22:00 +0100)]
Added mount and unmount methods to the Dataset class

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded upgrade method to Dataset class
Niclas Berglind [Tue, 4 Mar 2014 20:28:08 +0000 (21:28 +0100)]
Added upgrade method to Dataset class

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoIntroduce new helper function to further cleanup code
Niclas Berglind [Tue, 4 Mar 2014 19:35:55 +0000 (20:35 +0100)]
Introduce new helper function to further cleanup code

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded inherit method to Dataset
Niclas Berglind [Tue, 4 Mar 2014 18:44:18 +0000 (19:44 +0100)]
Added inherit method to Dataset

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded rename method to Dataset
Niclas Berglind [Tue, 4 Mar 2014 14:20:24 +0000 (15:20 +0100)]
Added rename method to Dataset

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoAdded property source
Niclas Berglind [Tue, 4 Mar 2014 11:54:58 +0000 (12:54 +0100)]
Added property source

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoChanged properties attribute to an associative array to get cleaner code
Niclas Berglind [Mon, 3 Mar 2014 20:34:50 +0000 (21:34 +0100)]
Changed properties attribute to an associative array to get cleaner code

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoChanged from features to properties to follow ZFS naming.
Niclas Berglind [Mon, 3 Mar 2014 15:13:11 +0000 (16:13 +0100)]
Changed from features to properties to follow ZFS naming.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoUse OMVUtil::exec
Michael Rasmussen [Sun, 2 Mar 2014 23:03:25 +0000 (00:03 +0100)]
Use OMVUtil::exec

10 years agoRemoved size from Dataset. Implemented setFeatures and destroy methods to Dataset.
Niclas Berglind [Sun, 2 Mar 2014 20:59:28 +0000 (21:59 +0100)]
Removed size from Dataset. Implemented setFeatures and destroy methods to Dataset.

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoStarted implementation of Dataset class
Niclas Berglind [Sun, 2 Mar 2014 14:34:16 +0000 (15:34 +0100)]
Started implementation of Dataset class

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoFixed OMVModuleZFSException class for basic usage
Niclas Berglind [Sun, 2 Mar 2014 13:38:13 +0000 (14:38 +0100)]
Fixed OMVModuleZFSException class for basic usage

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoForgot to save changes before last commit
Michael Rasmussen [Sun, 2 Mar 2014 01:50:41 +0000 (02:50 +0100)]
Forgot to save changes before last commit

10 years agoChanges made to design. Begin implementation of zpool.
Michael Rasmussen [Sun, 2 Mar 2014 01:45:55 +0000 (02:45 +0100)]
Changes made to design. Begin implementation of zpool.

10 years agoImplemented getName method in Dataset class
Niclas Berglind [Sat, 1 Mar 2014 14:02:44 +0000 (15:02 +0100)]
Implemented getName method in Dataset class

Signed-off-by: Niclas Berglind <nb@kjam.se>
10 years agoRefactored to mimic zpool create
Michael Rasmussen [Fri, 28 Feb 2014 00:54:01 +0000 (01:54 +0100)]
Refactored to mimic zpool create

10 years agoRefactored to mimic zpool create
Michael Rasmussen [Fri, 28 Feb 2014 00:52:48 +0000 (01:52 +0100)]
Refactored to mimic zpool create

10 years agoRefactored to mimic zpool create
Michael Rasmussen [Thu, 27 Feb 2014 23:08:22 +0000 (00:08 +0100)]
Refactored to mimic zpool create

10 years agoExtend from OMVModuleAbstract. Apply OMV naming convention to class names
Michael Rasmussen [Thu, 27 Feb 2014 16:29:04 +0000 (17:29 +0100)]
Extend from OMVModuleAbstract. Apply OMV naming convention to class names

10 years agoadded class templates
Michael Rasmussen [Thu, 27 Feb 2014 01:19:25 +0000 (02:19 +0100)]
added class templates

10 years agoadded OMV notification
Michael Rasmussen [Thu, 27 Feb 2014 01:18:49 +0000 (02:18 +0100)]
added OMV notification

10 years agoRefactored the design. Make removeDisk abstract
Michael Rasmussen [Tue, 25 Feb 2014 17:08:39 +0000 (18:08 +0100)]
Refactored the design. Make removeDisk abstract

10 years agoWrong number of disks in raidz2 and raidz3
Michael Rasmussen [Tue, 25 Feb 2014 16:50:34 +0000 (17:50 +0100)]
Wrong number of disks in raidz2 and raidz3

10 years agoAdded BNF for zpool
Michael Rasmussen [Tue, 25 Feb 2014 03:01:00 +0000 (04:01 +0100)]
Added BNF for zpool

10 years agoChanged working dir to src
Michael Rasmussen [Tue, 25 Feb 2014 01:54:20 +0000 (02:54 +0100)]
Changed working dir to src

10 years agoRefactored the design
Michael Rasmussen [Tue, 25 Feb 2014 01:53:47 +0000 (02:53 +0100)]
Refactored the design

10 years agoMoving old version to old
Michael Rasmussen [Mon, 24 Feb 2014 17:55:45 +0000 (18:55 +0100)]
Moving old version to old

10 years agoFix access to attributes
Michael Rasmussen [Mon, 24 Feb 2014 17:52:30 +0000 (18:52 +0100)]
Fix access to attributes

10 years agoAdded Exception and operations to Zpool
Michael Rasmussen [Mon, 24 Feb 2014 17:22:35 +0000 (18:22 +0100)]
Added Exception and operations to Zpool

10 years agoLatest version
Michael Rasmussen [Sun, 23 Feb 2014 23:36:37 +0000 (00:36 +0100)]
Latest version

10 years agoLatest version
Michael Rasmussen [Sun, 23 Feb 2014 23:36:10 +0000 (00:36 +0100)]
Latest version

10 years agoAdded Zvol, Dataset, and Snapshot to design
Michael Rasmussen [Sun, 23 Feb 2014 23:35:25 +0000 (00:35 +0100)]
Added Zvol, Dataset, and Snapshot to design

10 years agoAdded class diagram of overall design
Michael Rasmussen [Sun, 23 Feb 2014 23:15:27 +0000 (00:15 +0100)]
Added class diagram of overall design

10 years agoAdded pool type stripe.
Michael Rasmussen [Thu, 31 Oct 2013 00:35:41 +0000 (01:35 +0100)]
Added pool type stripe.

10 years agoCreated Doxygen configuration file.
Michael Rasmussen [Tue, 29 Oct 2013 00:17:18 +0000 (01:17 +0100)]
Created Doxygen configuration file.

10 years agoAdded gitignore and readme
Michael Rasmussen [Mon, 28 Oct 2013 23:35:47 +0000 (00:35 +0100)]
Added gitignore and readme

10 years agoInitial upload.
Michael Rasmussen [Mon, 28 Oct 2013 23:25:25 +0000 (00:25 +0100)]
Initial upload.

This page took 0.072017 seconds and 5 git commands to generate.