projects
/
zfs-nexenta
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af5a0d8
)
Increased spin lock cycle time
author
Alan J. Pippin
<ajp@pippins.net>
Thu, 29 Jan 2009 14:39:38 +0000
(07:39 -0700)
committer
Alan J. Pippin
<ajp@pippins.net>
Thu, 29 Jan 2009 14:39:38 +0000
(07:39 -0700)
zfs-replicate
patch
|
blob
|
history
diff --git
a/zfs-replicate
b/zfs-replicate
index 347bcbe4ad4223872e5450d0b509ebb6d0d88b5c..83acdd13280e2cdb2ab99aa04c3796b0c18e4bed 100755
(executable)
--- a/
zfs-replicate
+++ b/
zfs-replicate
@@
-92,7
+92,7
@@
set -x
# Create the remote lockdir before continuing with the replicate
# Spinlock on creating the lock
maxsleeptime=60
-maxattempts=
1
00
+maxattempts=
4
00
attempts=0
while true; do
ssh $remote mkdir "$lockdir" >/dev/null 2>&1