[opensuse-factory] snapper program -- does it work w/lvm?
snapper claims to work with lvm but I have had any luck trying to create a config. last thing I tried was: # snapper -c home create-config -f "lvm(xfs)" /home Creating config failed (invalid filesystem type). # mount |grep /home /dev/HnS/Home on /home type xfs It's an xfs formatted filesystem on an lvm partition. lvm(xfs) is even given as an example... Ideas? or is it brtfs only? Thanks..... snapper 0.1.4 Welcome to openSUSE 13.1 "Dartmouth" Milestone 1 - Kernel \r (\l). -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
В Fri, 21 Jun 2013 19:55:10 -0700 Linda Walsh <suse@tlinx.org> пишет:
snapper claims to work with lvm but I have had any luck trying to create a config.
last thing I tried was:
# snapper -c home create-config -f "lvm(xfs)" /home Creating config failed (invalid filesystem type).
# mount |grep /home /dev/HnS/Home on /home type xfs
It's an xfs formatted filesystem on an lvm partition.
lvm(xfs) is even given as an example...
Ideas? or is it brtfs only?
According to documentation it needs thin LVM volumes.
Thanks..... snapper 0.1.4 Welcome to openSUSE 13.1 "Dartmouth" Milestone 1 - Kernel \r (\l).
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Andrey Borzenkov wrote:
According to documentation it needs thin LVM volumes.
---- Isn't that just an option you need to specify when creating a snapshot? or hmmm... how do thin lvm volumes differ from regular snapshots? Sigh...
Thanks..... snapper 0.1.4 Welcome to openSUSE 13.1 "Dartmouth" Milestone 1 - Kernel \r (\l).
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
В Sat, 22 Jun 2013 01:43:11 -0700 Linda Walsh <suse@tlinx.org> пишет:
Andrey Borzenkov wrote:
According to documentation it needs thin LVM volumes.
---- Isn't that just an option you need to specify when creating a snapshot?
No, it is the property of underlying volume.
or hmmm... how do thin lvm volumes differ from regular snapshots?
Thin volumes are not snapshots. You can create snapshots *of* thin volumes. As I understand, in case of thin volumes snapshots are contained in the same pool, much like in case of btrfs. I do not know whether LVM thin snapshots are still COW or just pointer switching.
Sigh...
Thanks..... snapper 0.1.4 Welcome to openSUSE 13.1 "Dartmouth" Milestone 1 - Kernel \r (\l).
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hello, Am Freitag, 21. Juni 2013 schrieb Linda Walsh:
snapper claims to work with lvm but I have had any luck trying to create a config.
It's an xfs formatted filesystem on an lvm partition.
lvm(xfs) is even given as an example...
Ideas? or is it brtfs only?
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-reference/cha.s... says it's btrfs only. BTW: LVM also supports snapshots (with a different style - AFAIK it does the snapshot on a partition level, not for single files). Regards, Christian Boltz -- Nö, "gehackt" wurde hier noch nie, soweit mir das bekannt ist. Was ehrlichgesagt bei WordPress fast ein bisschen verblüffend ist. :-) [fh in einem Kommentar auf http://www.lawblog.de/index.php/archives/2011/06/15/korrigiert/] -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Christian Boltz wrote:
Am Freitag, 21. Juni 2013 schrieb Linda Walsh:
snapper claims to work with lvm but I have had any luck trying to create a config. It's an xfs formatted filesystem on an lvm partition. lvm(xfs) is even given as an example... Ideas? or is it brtfs only?
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-reference/cha.s... says it's btrfs only.
BTW: LVM also supports snapshots (with a different style - AFAIK it does the snapshot on a partition level, not for single files). Regards, Christian Boltz
Thanks, but what do you make of this: http://en.opensuse.org/Portal:Snapper Where it claims to support ext4 and lvm with arbitrary file systems as well as having been available since 12.1. me<--*confused* -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 22 June 2013 19:31, Linda Walsh <suse@tlinx.org> wrote:
Christian Boltz wrote:
Am Freitag, 21. Juni 2013 schrieb Linda Walsh:
snapper claims to work with lvm but I have had any luck trying to create a config. It's an xfs formatted filesystem on an lvm partition. lvm(xfs) is even given as an example... Ideas? or is it brtfs only?
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-reference/cha.s... says it's btrfs only.
BTW: LVM also supports snapshots (with a different style - AFAIK it does the snapshot on a partition level, not for single files). Regards, Christian Boltz
---- Thanks, but what do you make of this:
http://en.opensuse.org/Portal:Snapper
Where it claims to support ext4 and lvm with arbitrary file systems as well as having been available since 12.1.
me<--*confused*
http://lizards.opensuse.org/2012/07/25/snapper-lvm/ does this help? Found it on http://snapper.io/documentation
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Richard, That's great info. Thanks, Greg On Sun, Jun 23, 2013 at 7:34 AM, Richard Brown <RBrownCCB@opensuse.org> wrote:
On 22 June 2013 19:31, Linda Walsh <suse@tlinx.org> wrote:
Christian Boltz wrote:
Am Freitag, 21. Juni 2013 schrieb Linda Walsh:
snapper claims to work with lvm but I have had any luck trying to create a config. It's an xfs formatted filesystem on an lvm partition. lvm(xfs) is even given as an example... Ideas? or is it brtfs only?
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-reference/cha.s... says it's btrfs only.
BTW: LVM also supports snapshots (with a different style - AFAIK it does the snapshot on a partition level, not for single files). Regards, Christian Boltz
---- Thanks, but what do you make of this:
http://en.opensuse.org/Portal:Snapper
Where it claims to support ext4 and lvm with arbitrary file systems as well as having been available since 12.1.
me<--*confused*
http://lizards.opensuse.org/2012/07/25/snapper-lvm/
does this help? Found it on http://snapper.io/documentation
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Thanks for the Cc -- I wouldn't have caught it till later till I read my list email, but your direct response alerted me to the replies sent only to the list... Greg Freemyer wrote:
Richard, That's great info. Thanks, Greg
On Sun, Jun 23, 2013 at 7:34 AM, Richard Brown <RBrownCCB@opensuse.org> wrote:
On 22 June 2013 19:31, Linda Walsh <suse@tlinx.org> wrote:
Christian Boltz wrote:
Am Freitag, 21. Juni 2013 schrieb Linda Walsh:
snapper claims to work with lvm but I have had any luck trying to create a config. It's an xfs formatted filesystem on an lvm partition. lvm(xfs) is even given as an example... Ideas? or is it brtfs only?
http://doc.opensuse.org/documentation/html/openSUSE/opensuse-reference/cha.s... says it's btrfs only.
BTW: LVM also supports snapshots (with a different style - AFAIK it does the snapshot on a partition level, not for single files). Regards, Christian Boltz
Thanks, but what do you make of this:
http://en.opensuse.org/Portal:Snapper
Where it claims to support ext4 and lvm with arbitrary file systems as well as having been available since 12.1.
me<--*confused*
http://lizards.opensuse.org/2012/07/25/snapper-lvm/
does this help? Found it on http://snapper.io/documentation
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (5)
-
Andrey Borzenkov
-
Christian Boltz
-
Greg Freemyer
-
Linda Walsh
-
Richard Brown