summaryrefslogtreecommitdiffstats
path: root/daemons/clvmd/clvm.h
diff options
context:
space:
mode:
authorPatrick Caulfield <pcaulfie@redhat.com>2006-10-04 08:22:16 +0000
committerPatrick Caulfield <pcaulfie@redhat.com>2006-10-04 08:22:16 +0000
commit13583874fcbdf1e63239ff943247bf5a21c87862 (patch)
tree48ba1ae8c50ff35267cb23c556a5d6cfc3f26c9b /daemons/clvmd/clvm.h
parentd57e608ac41cef6bb111b4f0fea7d75a01624c57 (diff)
downloadlvm2-13583874fcbdf1e63239ff943247bf5a21c87862.tar.gz
lvm2-13583874fcbdf1e63239ff943247bf5a21c87862.tar.xz
lvm2-13583874fcbdf1e63239ff943247bf5a21c87862.zip
Add -R switch to clvmd.
This option will instruct all the clvmd daemons in the cluster to reload their device cache
Diffstat (limited to 'daemons/clvmd/clvm.h')
-rw-r--r--daemons/clvmd/clvm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/daemons/clvmd/clvm.h b/daemons/clvmd/clvm.h
index 7997b482..c8106019 100644
--- a/daemons/clvmd/clvm.h
+++ b/daemons/clvmd/clvm.h
@@ -63,4 +63,7 @@ static const char CLVMD_SOCKNAME[] = "\0clvmd";
#define CLVMD_CMD_LOCK_LV 50
#define CLVMD_CMD_LOCK_VG 51
+/* Misc functions */
+#define CLVMD_CMD_REFRESH 40
+
#endif