Code Review
/
redfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1f9b28d
)
mkfs command updated.
93/293/1
author
ss769u
<ss769u@att.com>
Thu, 11 Oct 2018 15:31:48 +0000
(15:31 +0000)
committer
ss769u
<ss769u@att.com>
Thu, 11 Oct 2018 15:32:27 +0000
(15:32 +0000)
Change-Id: I78a136f19f5dc3d999d3bdb3ab36658d3b857228
firstboot-genesis.sh.template
patch
|
blob
|
history
diff --git
a/firstboot-genesis.sh.template
b/firstboot-genesis.sh.template
index
26bc520
..
6592ed6
100644
(file)
--- a/
firstboot-genesis.sh.template
+++ b/
firstboot-genesis.sh.template
@@
-65,7
+65,7
@@
devnum=1
for d in $devices
do
mountpoint=/var/lib/ceph/journal
- mkfs
-t ext4
/dev/${d}${devnum}
+ mkfs
.ext4 -F
/dev/${d}${devnum}
UUID=$(blkid -o export /dev/${d}${devnum} | sed -ne /^UUID/s/UUID=//p)
mkdir -p ${mountpoint}
echo "UUID=$UUID ${mountpoint} ext4 defaults,nofail 0 0" >>/etc/fstab