From: rmccabe@sourceware.org <rmccabe@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] conga/ricci/test_suite/storage fstab_add.xml f ...
Date: 24 Sep 2007 18:06:42 -0000 [thread overview]
Message-ID: <20070924180642.3095.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: conga
Changes by: rmccabe at sourceware.org 2007-09-24 18:06:41
Added files:
ricci/test_suite/storage: fstab_add.xml fstab_del.xml
mount_fs.xml umount_fs.xml
umount_fs_bydev.xml
Log message:
add unit tests for validating the new functionality added to fix 242943: Changes to clustered volumes should be made on all cluster nodes
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/fstab_add.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/fstab_del.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/mount_fs.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/umount_fs.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/ricci/test_suite/storage/umount_fs_bydev.xml.diff?cvsroot=cluster&r1=NONE&r2=1.1
/cvs/cluster/conga/ricci/test_suite/storage/fstab_add.xml,v --> standard output
revision 1.1
--- conga/ricci/test_suite/storage/fstab_add.xml
+++ - 2007-09-24 18:06:42.145902000 +0000
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+ <batch>
+ <module name="storage">
+ <request sequence="1254" API_version="1.0">
+ <function_call name="fstab_add">
+ <var name="mountpoint" type="string" mutable="false" value="/mnt/xen" />
+ <var name="device" type="string" mutable="false" value="/dev/cluster_vg/xen_guests" />
+ <var name="fstype" type="string" mutable="false" value="gfs" />
+ </function_call>
+ </request>
+ </module>
+ </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/fstab_del.xml,v --> standard output
revision 1.1
--- conga/ricci/test_suite/storage/fstab_del.xml
+++ - 2007-09-24 18:06:42.249789000 +0000
@@ -0,0 +1,14 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+ <batch>
+ <module name="storage">
+ <request sequence="1254" API_version="1.0">
+ <function_call name="fstab_del">
+ <var name="mountpoint" type="string" mutable="false" value="/mnt/xen" />
+ <var name="device" type="string" mutable="false" value="/dev/cluster_vg/xen_guests" />
+ </function_call>
+ </request>
+ </module>
+ </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/mount_fs.xml,v --> standard output
revision 1.1
--- conga/ricci/test_suite/storage/mount_fs.xml
+++ - 2007-09-24 18:06:42.343180000 +0000
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+ <batch>
+ <module name="storage">
+ <request sequence="1254" API_version="1.0">
+ <function_call name="mount_fs">
+ <var name="mountpoint" type="string" mutable="false" value="/mnt/xen" />
+ <var name="device" type="string" mutable="false" value="/dev/mapper/cluster_vg-xen_guests" />
+ <var name="fstype" type="string" mutable="false" value="gfs" />
+ </function_call>
+ </request>
+ </module>
+ </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/umount_fs.xml,v --> standard output
revision 1.1
--- conga/ricci/test_suite/storage/umount_fs.xml
+++ - 2007-09-24 18:06:42.462610000 +0000
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+ <batch>
+ <module name="storage">
+ <request sequence="1254" API_version="1.0">
+ <function_call name="umount_fs">
+ <var name="mountpoint" type="string" mutable="false" value="/mnt/xen" />
+ </function_call>
+ </request>
+ </module>
+ </batch>
+</ricci>
+
/cvs/cluster/conga/ricci/test_suite/storage/umount_fs_bydev.xml,v --> standard output
revision 1.1
--- conga/ricci/test_suite/storage/umount_fs_bydev.xml
+++ - 2007-09-24 18:06:42.573711000 +0000
@@ -0,0 +1,13 @@
+<?xml version="1.0" ?>
+<ricci version="1.0" function="process_batch" async="false">
+ <batch>
+ <module name="storage">
+ <request sequence="1254" API_version="1.0">
+ <function_call name="umount_fs">
+ <var name="device" type="string" mutable="false" value="/dev/mapper/cluster_vg-xen_guests" />
+ </function_call>
+ </request>
+ </module>
+ </batch>
+</ricci>
+
reply other threads:[~2007-09-24 18:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070924180642.3095.qmail@sourceware.org \
--to=rmccabe@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.