Skip to content

Commit

Permalink
create_job_tmpdir: Add Quiet option
Browse files Browse the repository at this point in the history
Avoid output from mkfs.ext4 in the mxqd logfile by using the
Quiet (`-q`) option.
  • Loading branch information
donald committed Jan 29, 2020
1 parent befa703 commit b5617c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper/create_job_tmpdir
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ status=1;
if fallocate -l ${MXQ_SIZE}G $filename; then
if loopdevice=$(losetup --find --show $filename); then
if mkfs.ext4 \
-q \
-m 0 \
-E nodiscard,mmp_update_interval=300,lazy_journal_init=1,root_owner=$MXQ_UID:0 \
-O '64bit,ext_attr,filetype,^has_journal,huge_file,inline_data,^mmp,^quota,sparse_super2' \
Expand Down

0 comments on commit b5617c7

Please sign in to comment.