diff options
author | Richard Laager <[email protected]> | 2020-02-18 11:36:50 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-18 09:36:50 -0800 |
commit | f2448464623f240002a0dff0f4617dec4c2cdefe (patch) | |
tree | 6df080605d098645ffa30255182be4e7680be24b /include | |
parent | fb63fc0c0398baf2250eea8a7e0ddb4760d59e5e (diff) |
Prefer org.openzfs for features and properties
Moving forward, we wish to use org.openzfs (no dash) rather than
org.open-zfs or org.zfsonlinux for feature GUIDs and property names.
The existing feature GUIDs cannot be changed.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #10003
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/fs/zfs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/fs/zfs.h b/include/sys/fs/zfs.h index f919bd9b1..f5d8ba953 100644 --- a/include/sys/fs/zfs.h +++ b/include/sys/fs/zfs.h @@ -591,8 +591,8 @@ typedef struct zpool_load_policy { /* * The following are configuration names used in the nvlist describing a pool's - * configuration. New on-disk names should be prefixed with "<reverse-DNS>:" - * (e.g. "org.open-zfs:") to avoid conflicting names being developed + * configuration. New on-disk names should be prefixed with "<reversed-DNS>:" + * (e.g. "org.openzfs:") to avoid conflicting names being developed * independently. */ #define ZPOOL_CONFIG_VERSION "version" |