Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
1da19309
Commit
1da19309
authored
Jan 19, 2021
by
Fabio Luchetti
Browse files
Simplify eos-user home configuration
parent
f611988d
Changes
1
Show whitespace changes
Inline
Side-by-side
image_scripts/eos_create_userhome.sh
View file @
1da19309
...
...
@@ -7,11 +7,12 @@ gid=$(id -g $usr)
eos
chmod
3711 /eos/dockertest/proc/recycle
# drwx--s--+ 1 root root
eos
chmod
2755 /eos
# drwxr-sr-+ 1 root root
eos attr
set
sys.forced.blocksize
=
"4k"
/eos
;
eos attr
set
sys.forced.checksum
=
"adler"
/eos
;
eos attr
set
sys.forced.layout
=
"replica"
/eos
;
eos attr
set
sys.forced.nstripes
=
"2"
/eos
;
eos attr
set
sys.forced.space
=
"default"
/eos
;
eos attr
set
default
=
replica /eos
# eos attr set sys.forced.blocksize="4k" /eos;
# eos attr set sys.forced.checksum="adler" /eos;
# eos attr set sys.forced.layout="replica" /eos;
# eos attr set sys.forced.nstripes="2" /eos;
# eos attr set sys.forced.space="default" /eos;
eos
mkdir
/eos/user
eos attr
set
sys.recycle
=
"/eos/dockertest/proc/recycle/"
/eos/user
;
...
...
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