You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/06/13 13:56:00 UTC

[jira] [Commented] (AMBARI-24087) The alert "DataNode Unmounted Data Dir" did not appear

    [ https://issues.apache.org/jira/browse/AMBARI-24087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16511172#comment-16511172 ] 

Hudson commented on AMBARI-24087:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #9446 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9446/])
AMBARI-24087. The alert "DataNode Unmounted Data Dir" did not appear (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=dd2f43574aaeea0d05e42d81348eb34077fb08e1])
* (edit) ambari-server/src/test/python/stacks/2.0.6/HDFS/test_alert_datanode_unmounted_data_dir.py
* (edit) ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/alerts/alert_datanode_unmounted_data_dir.py


> The alert "DataNode Unmounted Data Dir" did not appear
> ------------------------------------------------------
>
>                 Key: AMBARI-24087
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24087
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-agent
>    Affects Versions: 2.7.0
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> str:
> 1) execute commands on hosts:
> dd if=/dev/zero of=/grid/0/fs bs=1 count=0 seek=10G
> mkfs.ext3 -F /grid/0/fs
> mkdir /grid/1/
> mount -o loop,rw /grid/0/fs /grid/1/
> chown cstm-hdfs:hadoop /grid/1/
> 2) set DN dir property (dfs.datanode.data.dir) to "/grid/0/hadoop/hdfs/data,/newdndir,/grid/1/hadoop/hdfs" and restart needed services 
> 3) check that alert is not present "DataNode Unmounted Data Dir" (after 2 min)
> 4) Stop DN(s)
> 5) umount /grid/1/
> 6) Start DN(s)
> 7) check that alert is present



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)