summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-05-19 16:03:30 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-05-19 16:04:48 +0200
commit5bf6a22f94302070fdae0335aeb30eee1a8cc495 (patch)
tree4b2aea56c8b8a80289e1880321a87043f53c2d24 /doc
parent68fcc640dcaf5bf6d3fb09be737f17deb9aab646 (diff)
downloadclufter-5bf6a22f94302070fdae0335aeb30eee1a8cc495.tar.gz
clufter-5bf6a22f94302070fdae0335aeb30eee1a8cc495.tar.xz
clufter-5bf6a22f94302070fdae0335aeb30eee1a8cc495.zip
doc/cib-ids.txt: mostly internal reference
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/cib-ids.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/cib-ids.txt b/doc/cib-ids.txt
new file mode 100644
index 0000000..d95e116
--- /dev/null
+++ b/doc/cib-ids.txt
@@ -0,0 +1,21 @@
+COMMON ID FORMATS WITHIN GENERATED CIB
+======================================
+
+Mostly for internal reference and consistency (sometimes
+also "blind trust", considered internal thing anyway)
+
+/cib/configuration/nodes:
+ NODE-${name}
+
+/cib/configuration/resources [fencing/stonith]:
+ FENCEDEV-${name}
+ FENCEINST-${name}
+ +
+ FENCEXXX-${name}-ATTRS
+ FENCEXXX-${name}-ATTRS-${attr}
+
+/cib/configuration/resources [non-stonith resources]:
+ RESOURCE-${name}
+ +
+ RESOURCE-${name}-ATTRS
+ RESOURCE-${name}-ATTRS-${attr}