Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Curve
Commits
74fefeb1
Commit
74fefeb1
authored
4 years ago
by
xuchaojie
Browse files
Options
Download
Email Patches
Plain Diff
do not use wal pool
parent
ba244b03
release1.2
v1.2.1-rc0
v1.2.1-beta
v1.2.0-rc1
v1.2.0-rc0
v1.2.0-beta2
v1.2.0-beta-1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
curve-ansible/roles/install_package/templates/chunkserver_ctl.sh.j2
+1
-1
...ble/roles/install_package/templates/chunkserver_ctl.sh.j2
curve-chunkserver/home/nbs/chunkserver_ctl.sh
+1
-1
curve-chunkserver/home/nbs/chunkserver_ctl.sh
with
2 additions
and
2 deletions
+2
-2
curve-ansible/roles/install_package/templates/chunkserver_ctl.sh.j2
+
1
-
1
View file @
74fefeb1
...
...
@@ -162,7 +162,7 @@ function start_one() {
-chunkServerStoreUri
=
local
://
${
dataDir
}
/chunkserver
$1
/
\
-copySetUri
=
local
://
${
dataDir
}
/chunkserver
$1
/copysets
\
-raftSnapshotUri
=
curve://
${
dataDir
}
/chunkserver
$1
/copysets
\
-raftLogUri
=
curve
://
${
dataDir
}
/chunkserver
$1
/copysets
\
-raftLogUri
=
local
://
${
dataDir
}
/chunkserver
$1
/copysets
\
-recycleUri
=
local
://
${
dataDir
}
/chunkserver
$1
/recycler
\
-raft_sync_segments
=
true
\
-graceful_quit_on_sigterm
=
true
\
...
...
This diff is collapsed.
Click to expand it.
curve-chunkserver/home/nbs/chunkserver_ctl.sh
+
1
-
1
View file @
74fefeb1
...
...
@@ -178,7 +178,7 @@ function start_one() {
-chunkServerStoreUri
=
local
:///data/chunkserver
$1
/
\
-copySetUri
=
local
:///data/chunkserver
$1
/copysets
\
-raftSnapshotUri
=
curve:///data/chunkserver
$1
/copysets
\
-raftLogUri
=
curve
:///data/chunkserver
$1
/copysets
\
-raftLogUri
=
local
:///data/chunkserver
$1
/copysets
\
-recycleUri
=
local
:///data/chunkserver
$1
/recycler
\
-raft_sync_segments
=
true
\
-graceful_quit_on_sigterm
=
true
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help