Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
73855d54
Commit
73855d54
authored
Apr 22, 2020
by
Elvin Sindrilaru
Browse files
Update eos command arguments order
parent
df98dff3
Pipeline
#1579025
skipped with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
image_scripts/eos_fst_setup.sh
View file @
73855d54
...
...
@@ -61,7 +61,7 @@ echo "${id}" > $DATADIR/.eosfsid
chown
-R
daemon:daemon
$DATADIR
# Give some time to the FST to start and then register with the MGM
sleep
1
eos
-b
-r
0 0 fs add
-m
${
id
}
$UUID
$FSTHOSTNAME
:1095
$DATADIR
spare
$CONFIG
eos
-b
-r
0 0 fs
mv
--force
${
id
}
$SPACE
eos
-b
-r
0 0 node
set
$FSTHOSTNAME
:1095 on
eos
-r
0 0
-b
fs add
-m
${
id
}
$UUID
$FSTHOSTNAME
:1095
$DATADIR
spare
$CONFIG
eos
-r
0 0
-b
fs
mv
--force
${
id
}
$SPACE
eos
-r
0 0
-b
node
set
$FSTHOSTNAME
:1095 on
echo
"Configuration done for fst
${
id
}
"
Write
Preview
Markdown
is supported
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