Jernej Jakob
112436efc6
Merge 749490830f into 6beef5fee6
2025-03-31 14:58:47 +02:00
Jernej Jakob
749490830f
syncoid: fix directtimeout in directmbuffer mode
...
If --insecure-direct-connection contained 4 parts (including the
',mbuffer' at the end), the 3rd part (timeout) was silently ignored
and left at the default 60s.
Do not ignore the timeout part even in directmbuffer mode.
2025-03-31 14:54:46 +02:00
Jim Salter
6beef5fee6
Update INSTALL.md
...
add cd /tmp to Debian and Ubuntu package build instructions, to avoid newbies getting confused by limited permissions under eg /root
add reference to dependency on Capture::Tiny in sanoid and syncoid
2025-02-11 19:54:53 -05:00
Jim Salter
2259625b08
Merge pull request #955 from MynaITLabs/patch-1
...
Update INSTALL.md
2024-09-25 21:33:20 -04:00
Myna IT Labs
4e545ada0c
Update INSTALL.md
...
Fixed bad link to CentOS section. And clarified that this area is applicable for RHEL family of popular OS distributions: RHEL/CentOS/AlmaLinux
2024-09-23 14:29:14 -07:00
Jim Salter
8fa906b971
Update sanoid.conf
...
further clarify recursion=zfs vs recursion=yes
2024-09-19 23:43:39 -04:00
Jim Salter
826d4d1c07
Merge pull request #946 from rightaditya/master
...
Fix single quotes that should be double quotes
2024-08-09 19:32:18 -04:00
Aditya Bhargava
81938c3952
Fix single quotes that should be double quotes
2024-08-09 18:46:10 -04:00
Jim Salter
a7e6c2db68
Merge pull request #920 from phreaker0/dataset-cache
...
[sanoid] implemented dataset cache and fix race conditions
2024-04-26 16:28:48 -04:00
Christoph Klaffl
9c0468ee45
write cache files in an atomic way to prevent race conditions
2024-04-24 00:09:40 +02:00
Christoph Klaffl
6f74c7c4b3
* improve performance (especially for monitor commands) by caching the dataset list
...
* list snapshots only when needed
2024-04-23 23:38:47 +02:00
Jim Salter
b31ed6e325
Merge pull request #916 from 0xFelix/zstdmt
...
syncoid: Add zstdmt compress options
2024-04-22 12:14:40 -04:00
Jim Salter
fa2c16d65a
Merge pull request #905 from phreaker0/findoid-relative-path
...
[findoid] support relative paths
2024-04-22 12:13:43 -04:00
Jim Salter
1207ea0062
Merge pull request #904 from phreaker0/tests-restructure
...
test adaptions
2024-04-22 12:13:28 -04:00
Jim Salter
d800e5e17d
Merge pull request #903 from spicyFajitas/regather_snapshots--delete-target-snaps_task
...
fix(syncoid): regather $snaps on --delete-target-snapshots flag
2024-04-22 12:12:58 -04:00
Jim Salter
1ee6815e5e
Merge pull request #910 from phreaker0/improve-output
...
added missing status information about what is done and provide more details
2024-04-22 12:12:28 -04:00
0xFelix
8b7d29d5a0
syncoid: Add zstdmt compress options
...
Add the zstdmt-fast and zstdmt-slow compress options to allow use of
multithreading when using zstd compression.
Signed-off-by: 0xFelix <felix@matouschek.org>
2024-04-20 18:41:43 +02:00
Christoph Klaffl
b4c8e4b499
Merge branch 'master' into improve-output
2024-04-18 14:30:04 +02:00
Jim Salter
45b1ce9e5d
Merge pull request #911 from phreaker0/fix-error-handling
...
handle error output for filtered replications
2024-04-18 08:25:30 -04:00
Christoph Klaffl
6c1e31e551
handle error output for filtered replications
2024-04-18 08:22:37 +02:00
Christoph Klaffl
eb4fe8a01c
added missing status information about what is done and provide more details
2024-04-18 07:42:47 +02:00
Jim Salter
fdbbe28ac7
Merge pull request #909 from phreaker0/socket-rename
...
rename ssh control socket to avoid problem with length limits and con…
2024-04-17 09:11:04 -04:00
Christoph Klaffl
a059054ffb
rename ssh control socket to avoid problem with length limits and conflicts
2024-04-17 08:14:04 +02:00
Christoph Klaffl
d7ed4bdf54
support relative paths
2024-04-05 15:24:42 +02:00
Christoph Klaffl
4e86733c1a
missed debug statement
2024-04-05 15:22:13 +02:00
Christoph Klaffl
7c8a34eceb
* proper order of tests
...
* timing fixes for fast NVME pools
* skip invasive tests by default
2024-04-05 15:20:28 +02:00
Adam Fulton
d08b2882b7
finish rebase to master
2024-04-01 13:16:16 -05:00
Adam Fulton
f89372967f
fix(syncoid): regather $snaps on --delete-target-snapshots flag
2024-04-01 13:12:59 -05:00
Jim Salter
19fc237476
Update INSTALL.md
2024-02-01 15:05:08 -05:00
Jim Salter
d5ce1889d6
Create SECURITY.md
2024-02-01 14:59:43 -05:00
Jim Salter
4e101bbc16
Create CONTRIBUTING.md
2024-02-01 14:52:25 -05:00
Jim Salter
b420048d95
Create CODE_OF_CONDUCT.md
2024-02-01 14:45:33 -05:00
Jim Salter
5de562eb7f
Update README.md
2024-02-01 14:38:45 -05:00
Jim Salter
7940f65941
Update README.md
2024-02-01 13:58:33 -05:00
Jim Salter
6919bc3324
Update README.md
2024-02-01 13:57:02 -05:00
Jim Salter
7c225a1d7b
Merge pull request #818 from Deltik/fix/815
...
syncoid: Sort snapshots by `createtxg` if possible (fallback to `creation`)
2024-02-01 13:13:35 -05:00
Jim Salter
acdc0938c9
Merge pull request #884 from dlangille/master
...
sanoid.conf: document two options for recursive
2024-01-26 14:16:44 -05:00
Jim Salter
e0bd202c41
Merge pull request #856 from Pajkastare/master
...
Fixes jimsalterjrs/sanoid#851
2024-01-26 14:16:14 -05:00
Christoph Klaffl
6667f02d35
Update sanoid.conf
2024-01-25 21:13:00 +01:00
Christoph Klaffl
7dae0e5a9b
Merge branch 'master' into master
2024-01-25 21:12:11 +01:00
pajkastare
01053e6cce
Removed unnecessary comment, no code change
2024-01-24 13:51:24 +01:00
pajkastare
a8c15c977a
Fixes jimsalterjrs/sanoid#851 , updated based on review in discussion thread
2024-01-24 13:32:22 +01:00
Dan Langille
9ed32d177d
sanoid.conf: document two options for recursive
...
zfs and yes are the options, one uses zfs, the other sanoid code
2024-01-15 09:56:47 -05:00
Jim Salter
a5fa5e7bad
Merge pull request #843 from mjeanson/master
...
Fix typos in syncoid documentation
2024-01-13 21:32:08 -05:00
Jim Salter
d60ee1ffc7
Merge pull request #855 from EchterAgo/debian_depends_openzfs_native_deb
...
debian: add openzfs-zfsutils as an alternative to zfsutils-linux
2024-01-13 21:31:50 -05:00
Jim Salter
c30d485383
Merge pull request #872 from Rantherhin/zfs-get
...
fix zfs-get for "--preserve-properties" and tests
2024-01-13 21:30:56 -05:00
Jim Salter
c02defd80b
Merge pull request #841 from thecatontheflat/patch-1
...
Update INSTALL.md
2024-01-13 21:30:38 -05:00
Christoph Klaffl
790ea544ff
Merge branch 'master' into zfs-get
2024-01-13 23:27:38 +01:00
Jim Salter
b100ba43ac
Merge pull request #859 from jan-krieg/master
...
fix "creation"/"guid" regex detection
2024-01-13 16:33:01 -05:00
Christoph Klaffl
0361faac76
Merge branch 'master' into master
2024-01-13 21:56:31 +01:00