docs: admin-guide/blockdev: Remove digraph of node-states
authorAkira Yokosawa <akiyks@gmail.com>
Fri, 26 Nov 2021 04:11:17 +0000 (13:11 +0900)
committerJonathan Corbet <corbet@lwn.net>
Mon, 29 Nov 2021 21:39:43 +0000 (14:39 -0700)
commit5c81691bb6461a474ac9d6ad5737c12e8f558a8b
treeadfbb6cc2c0e13e54878918b44115489dbc32905
parentd69dab7de208748ddf79143b39d98db55eee9b4a
docs: admin-guide/blockdev: Remove digraph of node-states

While node-states-8.dot has two digraphs, the dot(1) command can
not properly handle multiple graphs in a DOT file and the
kernel-doc page at

    https://www.kernel.org/doc/html/latest/admin-guide/blockdev/drbd/figures.html

fails to render the graphs.

It turned out that the digraph of node_states can be removed.

Quote from Joel's reflection:

    On reflection, the digraph node_states can be removed entirely.
    It is too basic to contain any useful information. In addition
    it references "ioctl_set_state". The ioctl configuration
    interface for DRBD has long been removed. In fact, it was never
    in the upstream version of DRBD.

Remove node_states and rename the DOT file peer_states-8.dot.

Suggested-by: Joel Colledge <joel.colledge@linbit.com>
Acked-by: Joel Colledge <joel.colledge@linbit.com>
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Cc: Philipp Reisner <philipp.reisner@linbit.com>
Cc: Lars Ellenberg <lars.ellenberg@linbit.com>
Link: https://lore.kernel.org/r/7df04f45-8746-e666-1a9d-a998f1ab1f91@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/blockdev/drbd/figures.rst
Documentation/admin-guide/blockdev/drbd/node-states-8.dot [deleted file]
Documentation/admin-guide/blockdev/drbd/peer-states-8.dot [new file with mode: 0644]