Skip to content

Commit

Permalink
fix: use single cluster node for OCFS2
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav committed Oct 31, 2023
1 parent 7eab718 commit 21191eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux-ocfs2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ echo "::endgroup::"
echo "::group::Prepare Disk"
sudo mkdir -p /mnt/ocfs2
sudo mkfs.ocfs2 -b 4K -C 32K -L "OCFS2Volume" /dev/sdb
sudo mount -t ocfs2 /dev/sdb /mnt/ocfs2
sudo mount -t ocfs2 -o local /dev/sdb /mnt/ocfs2
echo "::endgroup::"

# Create "code" directory in the OCFS2 volume
Expand Down

0 comments on commit 21191eb

Please sign in to comment.