This is similar to bug 5109. Autofs mounts aren't showing the short version of the hostname that is mounted but instead the IP address. The system can resolve the reverse. Here's what df -h shows :<br />
<br />
10.96.193.21:/dors/csb/dist/<br />
5.0T 3.4T 1.7T 67% /sb/dist<br />
<br />
It should show :<br />
<br />
mako:/dors/csb/dist<br />
5.0T 3.4T 1.7T 67% /sb/dist<br />
<br />
[root@scylla ~]# host mako<br />
mako.mc.vanderbilt.edu has address 10.96.193.22<br />
mako.mc.vanderbilt.edu has address 10.96.193.21<br />
mako.mc.vanderbilt.edu has address 10.96.193.20<br />
[root@scylla ~]# host 10.96.193.22<br />
22.193.96.10.in-addr.arpa domain name pointer mako.mc.vanderbilt.edu.<br />
[root@scylla ~]# host 10.96.193.21<br />
21.193.96.10.in-addr.arpa domain name pointer mako.mc.vanderbilt.edu.<br />
[root@scylla ~]# host 10.96.193.20<br />
20.193.96.10.in-addr.arpa domain name pointer mako.mc.vanderbilt.edu.<br />
[root@scylla ~]#
↧