All of lore.kernel.org
 help / color / mirror / Atom feed
* master - tests: test for rename of snapshot
@ 2014-09-10 22:02 Alasdair Kergon
  0 siblings, 0 replies; 4+ messages in thread
From: Alasdair Kergon @ 2014-09-10 22:02 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=55aa3cc813620ecbf2f569720fb24107e737b836
Commit:        55aa3cc813620ecbf2f569720fb24107e737b836
Parent:        a86d9a3b305be466d221f2a5e210bc1cad8fe842
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Tue Sep 9 20:17:47 2014 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Sep 9 20:17:47 2014 +0200

tests: test for rename of snapshot

---
 test/shell/snapshot-cluster.sh |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/test/shell/snapshot-cluster.sh b/test/shell/snapshot-cluster.sh
new file mode 100644
index 0000000..051c165
--- /dev/null
+++ b/test/shell/snapshot-cluster.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Copyright (C) 2014 Red Hat, Inc. All rights reserved.
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU General Public License v.2.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+# Testing renaming snapshots in cluster
+# https://bugzilla.redhat.com/show_bug.cgi?id=1136925
+
+. lib/inittest
+
+aux prepare_vg 1
+
+lvcreate -aey -L1 -n $lv1 $vg
+lvcreate -s -L1 -n $lv2 $vg/$lv1
+lvrename  $vg/$lv2 $vg/$lv3
+lvremove -f $vg/$lv1
+
+vgremove -f $vg



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* master - tests: test for rename of snapshot
@ 2014-09-10 22:02 Alasdair Kergon
  0 siblings, 0 replies; 4+ messages in thread
From: Alasdair Kergon @ 2014-09-10 22:02 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=4748f4a9e4516a8c9226ce61b5a3ca41f0852ffc
Commit:        4748f4a9e4516a8c9226ce61b5a3ca41f0852ffc
Parent:        671d0ea1b16ca83d0bf27ef6afdf451efaf4097e
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Wed Sep 10 22:02:18 2014 +0200
Committer:     Alasdair G Kergon <agk@redhat.com>
CommitterDate: Wed Sep 10 22:59:13 2014 +0100

tests: test for rename of snapshot

---
 test/shell/snapshot-rename.sh |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/test/shell/snapshot-rename.sh b/test/shell/snapshot-rename.sh
new file mode 100644
index 0000000..8d1eefb
--- /dev/null
+++ b/test/shell/snapshot-rename.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Copyright (C) 2014 Red Hat, Inc. All rights reserved.
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU General Public License v.2.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+# Testing renaming snapshots (had problem in cluster)
+# https://bugzilla.redhat.com/show_bug.cgi?id=1136925
+
+. lib/inittest
+
+aux prepare_vg 1
+
+lvcreate -aey -L1 -n $lv1 $vg
+lvcreate -s -L1 -n $lv2 $vg/$lv1
+lvrename $vg/$lv2 $vg/$lv3
+lvremove -f $vg/$lv1
+
+vgremove -f $vg



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* master - tests: test for rename of snapshot
@ 2014-09-10 20:05 Zdenek Kabelac
  0 siblings, 0 replies; 4+ messages in thread
From: Zdenek Kabelac @ 2014-09-10 20:05 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=4d936d56e02d59aaae7ee52b2a3c5a1a18e5510e
Commit:        4d936d56e02d59aaae7ee52b2a3c5a1a18e5510e
Parent:        3a5eb1bc38b8555d7ae0d16fa07db96a3b73db16
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Wed Sep 10 22:02:18 2014 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Wed Sep 10 22:02:18 2014 +0200

tests: test for rename of snapshot

---
 test/shell/snapshot-rename.sh |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/test/shell/snapshot-rename.sh b/test/shell/snapshot-rename.sh
new file mode 100644
index 0000000..8d1eefb
--- /dev/null
+++ b/test/shell/snapshot-rename.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Copyright (C) 2014 Red Hat, Inc. All rights reserved.
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU General Public License v.2.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+# Testing renaming snapshots (had problem in cluster)
+# https://bugzilla.redhat.com/show_bug.cgi?id=1136925
+
+. lib/inittest
+
+aux prepare_vg 1
+
+lvcreate -aey -L1 -n $lv1 $vg
+lvcreate -s -L1 -n $lv2 $vg/$lv1
+lvrename $vg/$lv2 $vg/$lv3
+lvremove -f $vg/$lv1
+
+vgremove -f $vg



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* master - tests: test for rename of snapshot
@ 2014-09-09 18:23 Zdenek Kabelac
  0 siblings, 0 replies; 4+ messages in thread
From: Zdenek Kabelac @ 2014-09-09 18:23 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=55aa3cc813620ecbf2f569720fb24107e737b836
Commit:        55aa3cc813620ecbf2f569720fb24107e737b836
Parent:        a86d9a3b305be466d221f2a5e210bc1cad8fe842
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Tue Sep 9 20:17:47 2014 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Sep 9 20:17:47 2014 +0200

tests: test for rename of snapshot

---
 test/shell/snapshot-cluster.sh |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/test/shell/snapshot-cluster.sh b/test/shell/snapshot-cluster.sh
new file mode 100644
index 0000000..051c165
--- /dev/null
+++ b/test/shell/snapshot-cluster.sh
@@ -0,0 +1,24 @@
+#!/bin/sh
+# Copyright (C) 2014 Red Hat, Inc. All rights reserved.
+#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU General Public License v.2.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+# Testing renaming snapshots in cluster
+# https://bugzilla.redhat.com/show_bug.cgi?id=1136925
+
+. lib/inittest
+
+aux prepare_vg 1
+
+lvcreate -aey -L1 -n $lv1 $vg
+lvcreate -s -L1 -n $lv2 $vg/$lv1
+lvrename  $vg/$lv2 $vg/$lv3
+lvremove -f $vg/$lv1
+
+vgremove -f $vg



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-09-10 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-10 22:02 master - tests: test for rename of snapshot Alasdair Kergon
  -- strict thread matches above, loose matches on Subject: below --
2014-09-10 22:02 Alasdair Kergon
2014-09-10 20:05 Zdenek Kabelac
2014-09-09 18:23 Zdenek Kabelac

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.