<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dear DRBD developers,<br>
    <br>
    Ubuntu 12.04 has several kernel users can choose from, some with
    DRBD 8.3 and others with 8.4.<br>
    To address this, they have just deployed the drbd utils v8.4.3 with
    "--with-legacy_utils".<br>
    This works fine for drbdadm but drbdsetup seems to not revert to the
    legacy version, even though drbdsetup is built and deployed to
    /lib/drbd/drbdsetup-83:<br>
    &nbsp;&nbsp;&nbsp; # /sbin/drbdsetup show 1<br>
    &nbsp;&nbsp;&nbsp; Could not connect to 'drbd' generic netlink family<br>
    <br>
    &nbsp;&nbsp;&nbsp; # /lib/drbd/drbdsetup-83 show 1<br>
    &nbsp;&nbsp;&nbsp; disk {<br>
    &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 0s _is_default; # bytes<br>
    &nbsp;&nbsp;&nbsp; ...<br>
    &nbsp;&nbsp;&nbsp; }<br>
    <div class="boardCommentBody">
      <div class="comment-text" itemprop="commentText">
        <p>From my (quick) reading of the source code, drbdadmin works
          because it adds /lib/drbd to the path using add_lib_<wbr>drbd_to_<wbr>path(),
          and drbdsetup seems not to.<br>
          Is the correct fix to add a symlink from /lib/drbd/<wbr>drbdsetup-<wbr>83
          to /sbin, or should drbdsetup be patched to search in
          /lib/drbd too?</p>
      </div>
    </div>
    Thanks in advance,<br>
    Lionel Sausin.<br>
  </body>
</html>