From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2318CC433E2 for ; Fri, 10 Jul 2020 16:37:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EEF4520725 for ; Fri, 10 Jul 2020 16:37:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="Tbyb9P3C" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727810AbgGJQhf (ORCPT ); Fri, 10 Jul 2020 12:37:35 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:23838 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727782AbgGJQhf (ORCPT ); Fri, 10 Jul 2020 12:37:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1594399054; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=m5ZRGeiBQUS2i7oljZ3/tt1LJdxHb71UQ5Fi1rsQzqo=; b=Tbyb9P3CDxOjiU+/wnP4K41COPbuAUaqvzrKP4RO4i9PDLO+rlL48nx59+1o1iKQwPfndJ 2qXUkKWScqP+vVhBOet8aVNarJk81J2AamB5jKKONfyEoHM5p4GtRlMWn2zkfVKFzQBMOq Q/CtbsSPt4tPmfU6N8SuWSd1L1i00h0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-327-LkB42OOyPjaZoyJJTUhv_w-1; Fri, 10 Jul 2020 12:37:32 -0400 X-MC-Unique: LkB42OOyPjaZoyJJTUhv_w-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id A387F800D5C for ; Fri, 10 Jul 2020 16:37:30 +0000 (UTC) Received: from ovpn-112-86.ams2.redhat.com (ovpn-112-86.ams2.redhat.com [10.36.112.86]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D6F4317D82; Fri, 10 Jul 2020 16:37:29 +0000 (UTC) Message-ID: <5a84777afb9ed8c866841471a1a7e3c9b295604d.camel@redhat.com> Subject: [PATCH 0/4] nfs-utils: nfs.conf features to enable use of machine-id as nfs4_unique_id From: Alice Mitchell To: Linux NFS Mailing list Cc: Steve Dickson Date: Fri, 10 Jul 2020 17:37:27 +0100 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org This patch set introduces some additional features to the nfs.conf tool chain that allows automatic use of /etc/machine-id or other unique values for setups that otherwise do not have a unique hostname or disk image and would thus otherwise generate non-unique EXCHANGE_ID and SETCLIENTID messages. Signed-off-by: Alice Mitchell