<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 </head><body><p>Under which conditions does &#34;gluster volume status $volume detail&#34; return something else than a table?</p><p>Typical, expected output:</p><p>root@server1:~# gluster volume status vol0 detail<br>Status of volume: vol0<br>------------------------------------------------------------------------------<br>Brick : Brick server1:/data/glusterfs/vol0<br>TCP Port : 49152 <br>RDMA Port : 0 <br>Online : Y <br>Pid : 2942 <br>File System : xfs <br>Device : /dev/mapper/glusterfs<br>Mount Options : rw,relatime,attr2,inode64,noquota<br>Inode Size : 512 <br>Disk Space Free : 9.0GB <br>Total Disk Space : 20.0GB <br>Inode Count : 10485760 <br>Free Inodes : 8774085 <br>------------------------------------------------------------------------------<br>Brick : Brick server2:/data/glusterfs/vol0<br>TCP Port : 49152 <br>RDMA Port : 0 <br>Online : Y <br>Pid : 3275 <br>File System : xfs <br>Device : /dev/mapper/glusterfs<br>Mount Options : rw,relatime,attr2,inode64,noquota<br>Inode Size : 512 <br>Disk Space Free : 9.0GB <br>Total Disk Space : 20.0GB <br>Inode Count : 10485760 <br>Free Inodes : 8774085 </p><p>Are there any conditions under which that table is different? Better question: What is the best way of getting this data for usage in Nagios?</p></body></html>