This is an automated email from the ASF dual-hosted git repository.
hapylestat pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new e2ddcbb AMBARI-22961 Blacklist by default /boot/efi path as mount
point reported by Ambari Agent (dgrinenko)
e2ddcbb is described below
commit e2ddcbbec50ba07b585a532a92dde0ac18f87e50
Author: Reishin <[email protected]>
AuthorDate: Mon Feb 12 11:20:36 2018 +0200
AMBARI-22961 Blacklist by default /boot/efi path as mount point reported by
Ambari Agent (dgrinenko)
---
ambari-agent/src/main/python/ambari_agent/Hardware.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-agent/src/main/python/ambari_agent/Hardware.py
b/ambari-agent/src/main/python/ambari_agent/Hardware.py
index 68f6ca2..f922043 100644
--- a/ambari-agent/src/main/python/ambari_agent/Hardware.py
+++ b/ambari-agent/src/main/python/ambari_agent/Hardware.py
@@ -40,7 +40,7 @@ class Hardware:
CHECK_REMOTE_MOUNTS_KEY = 'agent.check.remote.mounts'
CHECK_REMOTE_MOUNTS_TIMEOUT_KEY = 'agent.check.mounts.timeout'
CHECK_REMOTE_MOUNTS_TIMEOUT_DEFAULT = '10'
- IGNORE_ROOT_MOUNTS = ["proc", "dev", "sys"]
+ IGNORE_ROOT_MOUNTS = ["proc", "dev", "sys", "boot"]
IGNORE_DEVICES = ["proc", "tmpfs", "cgroup", "mqueue", "shm"]
LINUX_PATH_SEP = "/"
--
To stop receiving notification emails like this one, please contact
[email protected].