ext_storage: Update Makefile and symlinks
authorChristos Stavrakakis <cstavr@grnet.gr>
Tue, 19 Nov 2013 13:45:12 +0000 (15:45 +0200)
committerFilippos Giannakos <philipgian@grnet.gr>
Wed, 27 Nov 2013 14:11:34 +0000 (16:11 +0200)
Update Makefile and add new symlinks for new 'snapshot' and 'setinfo'
actions.

xseg/tools/ext_scripts/Makefile
xseg/tools/ext_scripts/setinfo [new symlink]
xseg/tools/ext_scripts/snapshot [new symlink]

index 9ebc0a1..4327f11 100644 (file)
@@ -46,6 +46,8 @@ EFILES+="create"
 EFILES+="grow"
 EFILES+="remove"
 EFILES+="verify"
+EFILES+="setinfo"
+EFILES+="snapshot"
 
 SUBDIR:=$(subst $(XSEG_HOME),,$(CURDIR))
 
diff --git a/xseg/tools/ext_scripts/setinfo b/xseg/tools/ext_scripts/setinfo
new file mode 120000 (symlink)
index 0000000..6f8f683
--- /dev/null
@@ -0,0 +1 @@
+vlmc_wrapper.py
\ No newline at end of file
diff --git a/xseg/tools/ext_scripts/snapshot b/xseg/tools/ext_scripts/snapshot
new file mode 120000 (symlink)
index 0000000..6f8f683
--- /dev/null
@@ -0,0 +1 @@
+vlmc_wrapper.py
\ No newline at end of file