search for: lvtest

Displaying 4 results from an estimated 4 matches for "lvtest".

Did you mean: latest
2002 Feb 04
1
LVM (1.0.2 ), ext3 and 'hot' snapshotting
Hello, all. I work with lvm ( kernel 2.4.17 + ext3-2.4-0.9.17-2418p3 patch ) but i can't snapshot a ext3 fs directly # lvcreate --snap --name snap --size +1G /dev/vgtest/lvtest # mount -o ro -t ext3 /dev/vgtest/lvtest /snap /mnt/snap ext3 can't work , ext2 work If I mount readonly the etx3 filesystem, snapshot-it, and remount rw the filesystem ( and ro the snapshot ) it work fine. # mount -o remount,ro /dev/vgtest/test ; # lvcreate --snap --name snap --siz...
2010 Jul 14
2
tunefs.lustre --print fails on mounted mdt/ost with mmp
Just checking to be sure this isn''t a known bug or problem. I couldn''t find a bz for this, but it would appear that tunefs.lustre --print fails on a lustre mdt or ost device if mounted with mmp. Is this expected behavior? TIA mds1-gps:~ # tunefs.lustre --print /dev/mapper/mdt1 checking for existing Lustre data: not found tunefs.lustre FATAL: Device /dev/mapper/mdt1 has not
2012 May 29
0
[btrfs-progs] btrfs fi df output
...<= What this means? For what is used? I''ve never seen this incremented Metadata, DUP: total=2.50GB, used=676.00KB Metadata: total=8.00MB, used=0.00 <= the same question I have kernel 3.3.6 and btrfs-tools from git. #mkfs.btrfs /dev/mapper/vg-lvtest #mount /dev/mapper/vg-lvtest /mnt/test #dd if=/dev/zero of=/mnt/test/test.file bs=1M count=512 conv=fdatasync # btrfs fi df /mnt/test Data: total=3.01GB, used=512.19MB System, DUP: total=8.00MB, used=4.00KB System: total=4.00MB, used=0.00 Metadata, DUP: total=2.50GB, used=676.00KB Metadata: total=8...
2010 Feb 15
3
My first type/provider - does nothing...
...end def exists? return nil end end Test class Bozo ============= class bozo { logicalvolume { "test01lv": size => "100M", vg => "datavg", #provider => "logicalvolume", } file { "/tmp/lvtest": content => "aaa", } } The file is created and no notice about the volume. I checken my type and provider and it seems to be ok: ruby -rpuppet type/logicalvolume.rb ruby -rpuppet provider/logicalvolume/logicalvolume.rb It''s my first try and it may be obvio...