Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Thu, Apr 21, 2016 at 10:01:12PM +1000, Adam Goryachev wrote: > Hi, > > I've found another issue with (my system or) the DRBD docs: > http://www.drbd.org/en/doc/users-guide-90/s-check-status > > >You can get more information by passing the |--verbose| and/or > >|--statistics| arguments: > > > ># drbdadm status home --verbose --statistics > Except this happens: > castle:~# drbdadm status oldNFS --verbose --statistics > drbdadm: unrecognized option '--statistics' That should be "drbdsetup", not "drbdadm", so: castle:~# drbdsetup status oldNFS --verbose --statistics Fixed, will take some time till it shows up on the user guide. Thanks for reporting. Regards, rck