Re: 'config' vs. 'policy'

Charles Lynn <[email protected]> Wed, 12 Jun 2002 17:40:08 -0400 (EDT)
Newsgroups gmane.ietf.policy
Message-ID <[email protected]>
Michael,

Good question, no good answer that I've heard.

> But then I hear high level "policies" in the storage networking space
> like "Minimum backup count for file X is 2".  To me this is
> configuration, not policy.

Someone said that everything is policy.
Rephrasing:
    "If ( backup_count(X) < 2 ) then replicate(X)"
    "If ( exists (ethernet.interface[2]) )
	then ethernet.interface[2].autosense = on"

(It would be more interesting if it were "Minimum backup count for any
file is 2" :-)

The fun part is deciding when to test the condition.  File creation,
deletion, *modification*; PnP interrupts; ...

Charlie