Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #212 from lpabon/bug_210
Browse files Browse the repository at this point in the history
Mount options needed
  • Loading branch information
Luis Pabón committed Oct 9, 2015
2 parents 3f4a5b1 + 568c09f commit 01ee107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executors/sshexec/brick.go
Expand Up @@ -87,7 +87,7 @@ func (s *SshExecutor) BrickCreate(host string,
mountpoint),

// Mount
fmt.Sprintf("sudo mount %v %v", s.devnode(brick), mountpoint),
fmt.Sprintf("sudo mount -o rw,inode64,noatime,nouuid %v %v", s.devnode(brick), mountpoint),

// Create a directory inside the formated volume for GlusterFS
fmt.Sprintf("sudo mkdir %v/brick", mountpoint),
Expand Down

0 comments on commit 01ee107

Please sign in to comment.