Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8AC2C433EF for ; Thu, 25 Nov 2021 17:55:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349180AbhKYR6n (ORCPT ); Thu, 25 Nov 2021 12:58:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347351AbhKYR4k (ORCPT ); Thu, 25 Nov 2021 12:56:40 -0500 Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8C48C0613FD for ; Thu, 25 Nov 2021 09:41:33 -0800 (PST) Received: by mail-ed1-x52f.google.com with SMTP id r11so28580638edd.9 for ; Thu, 25 Nov 2021 09:41:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linbit-com.20210112.gappssmtp.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Z2IJ7fkWzT4QzGDzEtLmaHZp2fcDNE6n441j4Jq1TTg=; b=h4+g36WEj4z1gI3DDnKk+9MxmbcZ+WG7tK4K27UXXlGc6P83Nt5LvJl0rdPJ41d5+2 mElVmTmbsyxu+/YXa0m5BLD8hecORHVM0OGuVywAjPtizdkgo/VEYaGsYeQflUwG9z/6 2a7bFwQq+uAag+i9LUNfT9V0UwMYpb6H6bHjbcY1edN0onoRGksxlvqxikrqLXyDRTip 5vQ/uTtyej02LeLqTyS/hikgRiDMhAC5sr9KVPS6l13eUbzM/X42nleQAXbraY58C/FR 9NDnPrkkDp1yVvzXh1497MTnDhkTO9epFf9RMJo6QEWYc+t65IGJisVwk3wplf8L2pKn LKpA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Z2IJ7fkWzT4QzGDzEtLmaHZp2fcDNE6n441j4Jq1TTg=; b=JlXKwAMWbZKUTtqQInmd98h7VAZNlBzHId3yFKYQWaO9KzYJLPanFAVg8YmSpqAYgO eBn6bAvMexsVKuwMFD0dlsxMmhel57EqgvtLTbXN2cRNLsl7xB8O/Es6BeHEA3/gXgi+ 5UAcseDEg4kZ4/iKmGUMsonV+UeKsf1V362ns0bmXwipRGZsuJDcKR5bGJAUCgXT8Zm2 kwC31Y57Sh+YDyjka5OBqaeX3k2Kk0GOF+n9SbOAFDjURWJqwuWPShYahS4wtKgJXyyO Za1A19fq4jqDpTmVRNxYia+A+/UWwDesKNEMAigM9whUggrA/rQhAz0f4tMCS7pp/Y+W 9dcQ== X-Gm-Message-State: AOAM530/fcQ8c7rds8gDxWz7E6eMFRJpHVU2JkY84MEXngO0EaOQJyGi fH1LCBrGHbRdmFVlPnxXd46JZiBav2g7BC4NoczpOGXI/H5ZIg== X-Google-Smtp-Source: ABdhPJx2Xczq06usTJYBRLZW2NTpORn5lYS6y+znDW01RIXU6XSiwOXfkyj3NsclbujgsmMU3faOjVf3+64G3yBL76Y= X-Received: by 2002:a05:6402:147:: with SMTP id s7mr41127174edu.8.1637862092248; Thu, 25 Nov 2021 09:41:32 -0800 (PST) MIME-Version: 1.0 References: <3cbff170-582b-b6cf-0988-e0d0c9b47505@gmail.com> <3c0ffc75-0e0f-1701-267b-1bedb6481b79@gmail.com> In-Reply-To: <3c0ffc75-0e0f-1701-267b-1bedb6481b79@gmail.com> From: Joel Colledge Date: Thu, 25 Nov 2021 18:41:21 +0100 Message-ID: Subject: Re: [Drbd-dev] [PATCH] docs: admin-guide/blockdev: Use subgraphs in node-states-8.dot To: Akira Yokosawa Cc: Jonathan Corbet , Lars Ellenberg , drbd-dev@lists.linbit.com, linux-kernel@vger.kernel.org, Philipp Reisner , linux-doc@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for catching this, Akira. Unfortunately, this fix causes the "node_states" and "peer_states" graphs to be mixed up. I guess this happens because the same IDs are used in each subgraph. The graphs should be separate. 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. Best regards, Joel