<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I've found another issue with (my system or) the DRBD docs:<br>
    <a class="moz-txt-link-freetext" href="http://www.drbd.org/en/doc/users-guide-90/s-check-status">http://www.drbd.org/en/doc/users-guide-90/s-check-status</a><br>
    <br>
    <blockquote type="cite">
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      <p>You can get more information by passing the <code
          class="literal">--verbose</code> and/or
        <code class="literal">--statistics</code> arguments:</p>
      <pre class="screen"># drbdadm status home --verbose --statistics
</pre>
    </blockquote>
    Except this happens:<br>
    castle:~# drbdadm status oldNFS --verbose --statistics<br>
    drbdadm: unrecognized option '--statistics'<br>
    try 'drbdadm help'<br>
    <br>
    drbdadm help doesn't mention --statistics<br>
    <br>
    In addition:<br>
    castle:~# drbdadm status oldNFS --verbose<br>
    drbdsetup status oldNFS <br>
    oldNFS role:Secondary<br>
      disk:Outdated blocked:lower<br>
      san2.websitemanagers.com.au role:Secondary<br>
        peer-disk:Outdated<br>
    and compare to this (note, it is identical output)<br>
    castle:~# drbdadm status oldNFS <br>
    oldNFS role:Secondary<br>
      disk:Outdated blocked:lower<br>
      san2.websitemanagers.com.au role:Secondary<br>
        peer-disk:Outdated<br>
    <br>
    So verbose is not really providing any extra information or detail
    at all.....<br>
    <br>
    While we are at it, I would appreciate if you can provide any tips
    on how to determine why the volume is "outdated" and how I can
    change it back to a working state?<br>
    I'm not entirely concerned about the content if it is not
    recoverable, but in case this happens later with more important data
    then it would be good to know the right procedure to recovery.<br>
    <br>
    Regards,<br>
    Adam<br>
  </body>
</html>