| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The purpose of this PR is to allow failed fstab entries to not cause an
OS to hang on boot. This is particularly problematic on cloud providers
like AWS where there is not a quick way to manage an instance and select
a skip option prior to SSH access becoming available.
|
| |
|
|
|
|
| |
doesn't exist on Ubuntu systems, see : http://askubuntu.com/questions/138972/what-is-the-equivalent-user-for-nobodynobody-from-centos
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
This resolves repeated modification to
--- /var/lib/glusterd/glusterd.info
@@ -1,2 +1 @@
UUID=abc.def.xyz
-operating-version=1
|
|
This makes more logical sense, particularly if using data in modules for
more than one purpose.
|