Re: [netmod] Fwd: New Version Notification for draft-ietf-netmod-yang-instance-file-format-00.txt

Ladislav Lhotka <lhotka@nic.cz> Tue, 06 November 2018 10:03 UTC

Return-Path: <lhotka@nic.cz>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9958B128A5C for <netmod@ietfa.amsl.com>; Tue, 6 Nov 2018 02:03:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.999
X-Spam-Level:
X-Spam-Status: No, score=-6.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nic.cz
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Xa3H2gSeJ3QQ for <netmod@ietfa.amsl.com>; Tue, 6 Nov 2018 02:03:30 -0800 (PST)
Received: from mail.nic.cz (mail.nic.cz [IPv6:2001:1488:800:400::400]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E43F11277C8 for <netmod@ietf.org>; Tue, 6 Nov 2018 02:03:29 -0800 (PST)
Received: from birdie (unknown [IPv6:2001:67c:1232:144:1a4f:a84b:2bfd:c611]) by mail.nic.cz (Postfix) with ESMTPSA id 1564F6272C; Tue, 6 Nov 2018 11:03:25 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1541498607; bh=hxT6XMl0N3XP4s2bYwS40wnrNwNVsVfe3m835DfrOh8=; h=From:To:Date; b=cRgkl1vgHCT5li8pKe3S9YjmRH7PpMc9NRSLdi3IiMLdoeCtvYifTggzkOaoI10/i P+esPNtvimH0V7iwwF0/W/EHrw95pHlbzlLVgFl2waF1VpSgPLvzCX5DHHlWT624Y9 yZxk2u0MNiBZvGaClrv6jPC4VsxammVtz3xnrzDE=
Message-ID: <866ff105cf8fda7eadbdce5b344f4cd734fd99b8.camel@nic.cz>
From: Ladislav Lhotka <lhotka@nic.cz>
To: Martin Bjorklund <mbj@tail-f.com>
Cc: netmod@ietf.org
Date: Tue, 06 Nov 2018 17:03:22 +0700
In-Reply-To: <20181106.104157.239419955739949818.mbj@tail-f.com>
References: <87y3a6izap.fsf@nic.cz> <20181106063648.jjf2scqzoack5l3z@anna.jacobs.jacobs-university.de> <58740c15bf3277e04329546476f60c1d12516594.camel@nic.cz> <20181106.104157.239419955739949818.mbj@tail-f.com>
Organization: CZ.NIC
Content-Type: text/plain; charset="UTF-8"
User-Agent: Evolution 3.30.2
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: clamav-milter 0.99.2 at mail
X-Virus-Status: Clean
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/dYQSdxz9E4KqU0VljmIomNrsdnY>
Subject: Re: [netmod] Fwd: New Version Notification for draft-ietf-netmod-yang-instance-file-format-00.txt
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Nov 2018 10:03:32 -0000

On Tue, 2018-11-06 at 10:41 +0100, Martin Bjorklund wrote:
> Ladislav Lhotka <lhotka@nic.cz> wrote:
> > On Tue, 2018-11-06 at 07:36 +0100, Juergen Schoenwaelder wrote:
> > > I agree that
> > > 
> > >         leaf datastore {
> > >           type ds:datastore-ref;
> > >           description  "The identity of the datastore for which
> > >             the instance data is documented for config=true data nodes.
> > >             The leaf MAY be absent in which case the running dtastore or
> > >             if thats not writable, the candidate datastore is implied.
> > > 
> > >             For config=false data nodes always the operational
> > >             data store is implied.";
> > >     }
> > > 
> > > is pretty confusing. It should be something like this:
> > > 
> > >         leaf datastore {
> > >           type ds:datastore-ref;
> > >           description  "The identity of the datastore holding
> > >             the instance data. If the instance data is not associated
> > 
> > Or rather the datastore that the instance data was extracted from.
> 
> I prefer "associated with".  There are other uses cases than just
> holding data "extracted from", e.g., data that is supposed to "be
> inserted into" a datastore.  "associated with" is less resrictive.

It unclear what "associated with" means in this context.

Lada

> 
> > After that,
> > the data exists on its own and the originating datastore may later be
> holding
> > something else.
> > 
> > >         with a datastore, then this leaf MUST be absent.";
> > 
> > RFC 2119 language would make sense if there is anything that could break if
> that
> > MUST isn't observed. But we even didn't know what the data is going to be
> used
> > for.
> > 
> > I would treat the "datastore" item as a purely optional information
> 
> I agree.
> 
> 
> /martin
> 
> 
> 
> > that, if
> > present, was provided for some reason. If it is false, what can we do?
> > 
> > >     }
> > > 
> > > I am against merging data from different datastores together, which
> > > the last sentence of the original text seems to imply.
> > 
> > Both config true and config false data may come from <operational>, so it
> > doesn't necessarily mean any mixing of datastores. But then again, I think
> that
> > the datastore information isn't in most cases that interesting.
> > 
> > Lada
> > 
> > > 
> > > /js
> > > 
> > > On Tue, Nov 06, 2018 at 11:51:26AM +0700, Ladislav Lhotka wrote:
> > > > Joe Clarke <jclarke@cisco.com> writes:
> > > > > ===
> > > > > 
> > > > > Section 6
> > > > > 
> > > > > With your datastore leaf, if I pull this off of a running YANG server,
> > > > > serialize it and share it with my customer, why wouldn't I have the
> > > > > actual datastore from which I retrieved it?  What I'm saying is that
> > > > > this element may be missing, but if it is, I don't think you can
> assume
> > > > > the source datastore for config=true nodes.
> > > > > 
> > > > 
> > > > The description of the "datastore" leaf doesn't make much sense to
> > > > me. It says that for configuration data the default is "running" or
> > > > "candidate" if "running" isn't writable. Why should it matter whether
> > > > "running" is writable? It looks like it is assumed that the config data
> will
> > > > eventually be fed into the indicated datastore, but I don't see any
> > > > reason for such an assumption.
> > > > 
> > > > I can see that "datastore" can be occasionally useful as auxiliary
> > > > metadata but, in my view, this document addresses also instance data
> > > > that is not necessarily bound to any datastore.
> > > > 
> > > > Lada
> > > > 
> > > > -- 
> > > > Ladislav Lhotka
> > > > Head, CZ.NIC Labs
> > > > PGP Key ID: 0xB8F92B08A9F76C67
> > > > 
> > > > _______________________________________________
> > > > netmod mailing list
> > > > netmod@ietf.org
> > > > https://www.ietf.org/mailman/listinfo/netmod
> > -- 
> > Ladislav Lhotka
> > Head, CZ.NIC Labs
> > PGP Key ID: 0xB8F92B08A9F76C67
> > 
> > _______________________________________________
> > netmod mailing list
> > netmod@ietf.org
> > https://www.ietf.org/mailman/listinfo/netmod
> > 
-- 
Ladislav Lhotka
Head, CZ.NIC Labs
PGP Key ID: 0xB8F92B08A9F76C67