Commit Graph

39 Commits

Author SHA1 Message Date
Jim Salter e54a2eb4bc reduced unnecessary depth of dataset listing in syncoid snapshot fetch routine - thanks @0xFate 2015-03-15 12:16:23 -04:00
Jim Salter a6ad424fce Merge pull request #4 from 0xFate/patch-2
further pares down output when fetching snapshot list for sync - only lists datasets one step down from parent, including snapshots of parent and child datasets of parent but NOT snapshots OF child datasets of parent
2015-03-15 12:14:10 -04:00
0xFate 3f00ec8503 didnt grab the right one 1st time
this one reduces depth of the get command to 1 so zfs get wont pull subsequent dataset snapshots.
2015-03-14 17:26:58 +01:00
Jim Salter 8f7d0169a4 Merge pull request #3 from 0xFate/patch-1
don't list snapshots outside of target dataset in source zpool - thank you 0xFate for the patch
2015-03-08 09:09:59 -04:00
0xFate 58362924de Speed-up Sync process
This is a simple change which speeds up Sync process on systems with a high amount of Snapshots. It gets only Snapshots desired for the targeted FS and reduces output and thus Parsing time of the get command in the first place, and schould greatly reduce later processes (sorting arrays, mathing snaps) due to the reduced overhead.
2015-03-08 05:03:58 +01:00
Jim Salter 2f4d8a6e5c removed LWP::Simple deps from syncoid as well 2015-03-01 19:39:13 -05:00
Jim Salter 9a029e0d3f removed monitor_version to avoid having to pull in LWP::Simple 2015-03-01 19:37:54 -05:00
Jim Salter 772c77ebf8 use lwp::simple 2015-02-27 17:11:27 -05:00
Jim Salter ebc1602402 added monitor-version back in 2015-02-27 17:08:24 -05:00
Jim Salter fb7e68e686 whoops, forgot to update $version in sanoid itself 2015-02-27 16:17:33 -05:00
Jim Salter 95d385b39b 1.0.12 updated default sanoid.conf to properly set desired time for yearly snapshots to be taken 2015-02-27 15:28:05 -05:00
Jim Salter 9b5f0fc3d3 1.0.11 - patched yearly snapshot bug, thanks @stevenolen for the bug report! 2015-02-27 15:23:17 -05:00
Jim Salter c6a5aad2aa whoops - updated version number and added monitor-version to syncoid as well 2014-11-24 10:20:11 -05:00
Jim Salter bc3e3140a5 added --monitor-version to check local version against github trunk VERSION 2014-11-24 10:17:04 -05:00
root 201a3c2e32 added CR/LF to --monitor-health output 2014-11-24 10:00:19 -05:00
Jim Salter efa949b14b more raw HTML for the Pyrrhic win 2014-11-20 12:04:29 -05:00
Jim Salter c5b57664f1 lets try raw HTML for the logo image then 2014-11-20 12:03:50 -05:00
Jim Salter 3db8cd760f center align the logo in README.md...? 2014-11-20 12:01:03 -05:00
Jim Salter 004711453c cleanup README.md 2014-11-20 11:50:52 -05:00
Jim Salter a37d855ae4 add logo to README.md... hopefully 2014-11-20 11:50:15 -05:00
Jim Salter f31e4b78d8 added sample sanoid.conf 2014-11-18 11:19:01 -05:00
Jim Salter 72b50be9cc added CHANGELIST to git repo 2014-11-18 10:24:47 -05:00
Jim Salter 617a53fb59 added VERSION file to git repo 2014-11-18 10:19:38 -05:00
Jim Salter 33d154d04b added version checking command to sanoid and syncoid 2014-11-18 10:18:43 -05:00
Jim Salter b257eac788 Update README.md 2014-11-18 10:10:10 -05:00
Jim Salter 220cc243fb got rid of unnecessary sudo commands found in monitor-health routine 2014-11-18 09:57:43 -05:00
Jim Salter b17c736928 added check to make sure /var/cache/sanoidsnapshots.txt is writeable 2014-11-18 09:49:24 -05:00
Jim Salter d30fbbef9a fixed another ps command for BSDism compliance 2014-11-18 09:45:41 -05:00
Jim Salter 7f59d6651e updated PS usage to comply with BSDisms 2014-11-18 09:40:25 -05:00
Jim Salter 280639c9cf updated git username 2014-11-17 12:13:46 -05:00
Jim Salter 4e4a36b925 updated README 2014-11-17 10:59:25 -05:00
Jim Salter 8f5dd7fe46 inserted license blurb in sanoid and syncoid 2014-11-17 10:47:20 -05:00
Jim Salter 8fccc6ac6d tested new mutex checking in sanoid snapshot thinning. added sleepymutex tool for future dev use in testing. 2014-11-17 10:33:51 -05:00
Jim Salter 75e7f54128 bugfix: remove references to global $debug (not implemented yet) and $rhost (not applicable in sanoid) 2014-11-17 10:24:37 -05:00
Jim Salter 97382ed9d8 added iszfsbusy check to pruning routine 2014-11-17 10:22:20 -05:00
Jim Salter 763e63e5c2 added slightly modified is_zfs_busy sub from syncoid to sanoid 2014-11-17 10:15:05 -05:00
Jim Salter a8b57203d0 initial commit: syncoid 2014-11-17 10:06:05 -05:00
Jim Salter 4acc2df2ad initial commit 2014-11-17 09:44:04 -05:00
Jim Salter 566299d728 Initial commit 2014-11-17 09:34:31 -05:00