search for: space_cache

Displaying 20 results from an estimated 46 matches for "space_cache".

2010 Nov 19
0
[PATCH] Btrfs: handle the space_cache option properly
So when I added the clear_cache option I screwed up and took the break out of the space_cache case statement, so whenever you mount with space_cache you also get clear_cache, which does you no good if you say set space_cache in fstab so it always gets set. This patch adds the break back in properly. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/super.c | 1...
2019 Sep 12
2
Fw: Btrfs Samba and Quotas
Hello Hendrik Can you help input 2 commands 'mount' and 'df -TPh' on OMV, and post the output to us, thank you. -- Regards, Jones Syue | ??? QNAP Systems, Inc.
2019 Sep 12
0
Fw: Btrfs Samba and Quotas
...8b:media/1e9433cd-993d-4af7-9114-fb761bccdbbf:srv/dev-disk-by-label-Big5:srv/dev-disk-by-id-ata-ST4000DM005-2DP166_ZDH26KL5-part1 on /export/Daten type fuse.mergerfs (rw,relatime,user_id=0,group_id=0,allow_other) /dev/sde3 on /srv/dev-disk-by-label-DockerImages type btrfs (rw,noatime,ssd,discard,space_cache,subvolid=5,subvol=/) /dev/sde3 on /sharedfolders/docker_dir type btrfs (rw,noatime,ssd,discard,space_cache,subvolid=5,subvol=/Docker) /dev/sdg on /srv/dev-disk-by-id-ata-ST3000DM001-9YN166_Z1F0GY9A type ext4 (rw,noexec,relatime,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group) /dev/sdb1...
2011 Nov 11
1
[PATCH] btrfs: rename the option to nospace_cache
Rename no_space_cache option to nospace_cache to be more consistent with the rest, where the simple prefix ''no'' is used to negate an option. The option has been introduced during the -rc1 cycle and there are has not been widely used, so it''s safe. Signed-off-by: David Sterba <dsterba@suse...
2013 Oct 07
2
Some questions after devices addition to existing raid 1 btrfs filesystem
...health/integrity check'' that I should do on the filesystem now that the balance is done? - also, I ran the command while some of the btrfs subvolumes were mounted (as well as the btrfs_root/ of course), does this impact on the balance job? - the mounted btrfs devices were mounted using -o space_cache,inode_cache but the btrfs_root/ was not, also, does this impact on the balance job? - about those options, a few months ago, I oftent had btrfs-cache-1/btrfs-endio-met processes taking some cpu/hd time. I was advised to mount -o space_cache,inode_cache, which seems to have quiet the processes down...
2013 Oct 14
0
mountinfo discrepancy, subvol vs subvolid
...mountinfo shows the name of the subvolume. When mounting a subvolume using subvolid it does not. Seems like a problem when trying to determine what is mounted. -o subvol=<name> # cat /proc/self/mountinfo | grep vda 43 34 0:29 /home /home rw,relatime shared:29 - btrfs /dev/vda1 rw,seclabel,space_cache 44 34 0:29 /boot /boot rw,relatime shared:30 - btrfs /dev/vda1 rw,seclabel,space_cache -o subvolid=<number> #cat /proc/self/mountinfo 43 34 0:29 / /home rw,relatime shared:29 - btrfs /dev/vda1 rw,seclabel,space_cache 44 34 0:29 / /boot rw,relatime shared:30 - btrfs /dev/vda1 rw,seclabel,sp...
2012 Jul 09
6
3.5.0-rc6: btrfs and LVM snapshots -> wrong devicename in /proc/mounts
...de-9fef-103a6a8a70c2 devid 1 transid 4 /dev/mapper/vg0-original [ 107.044691] btrfs: no dev_stats entry found for device /dev/mapper/vg0-original (devid 1) (OK on first mount after mkfs) arnd@kallisto:/mnt$ cat /proc/mounts | grep /mnt /dev/mapper/vg0-original /mnt/original btrfs rw,relatime,ssd,space_cache 0 0 arnd@kallisto:/mnt$ sudo lvcreate -L 10M --snap --name snapshot /dev/vg0/original arnd@kallisto:/mnt$ sudo mount /dev/vg0/testsnap /mnt/testsnap [ 215.432281] device fsid 5c3e8ca2-da56-4ade-9fef-103a6a8a70c2 devid 1 transid 4 /dev/mapper/vg0-testsnap arnd@kallisto:/mnt$ cat /proc/mounts | g...
2012 Oct 21
3
unrecognized mount option 'compression=lzo' and defragment -c errors
...devid 1 size 293.56GB used 293.56GB path /dev/sda5 Btrfs v0.19+ my btrfs packages: * kernel moudule: btrfs-git from mason''s repo, 20121010 * btrfsprogs: 0.19 and my /etc/fstab: UUID=9b9aa9d9-760e-445c-a0ab-68e102d9f02e / btrfs defaults,compression=lzo,space_cache,io_cache,comment=systemd.automount 1 0 UUID=559dec06-4fd0-47c1-97b8-cc4fa6153fa0 /home btrfs defaults,space_cache,comment=systemd.automount 1 0 my btrfs partitions are made in 2011.11, before kernel 3.2 is released.( is that related? like the previous...
2012 Oct 07
29
BTRFS, getting darn slower everyday
Hi, I have 4 machines, all converted to BTRFS about 6 months ago, now all running Ubuntu Quantal with kernel 3.5.0-17 The matter is that all these machines are now getting slower and slower everyday, every disk access causing the disk to be 100% busy for long periods, to the point that I''m now seriously considering migrating everything back to ext4... From the start BTRFS was "not
2012 Jun 15
6
[PATCH] Btrfs: add "nocompress" mount option
...MOUNT_##opt) #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 0874dba..a78a6cf 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -280,7 +280,7 @@ enum { Opt_enospc_debug, Opt_subvolrootid, Opt_defrag, Opt_inode_cache, Opt_no_space_cache, Opt_recovery, Opt_skip_balance, Opt_check_integrity, Opt_check_integrity_including_extent_data, - Opt_check_integrity_print_mask, Opt_fatal_errors, + Opt_check_integrity_print_mask, Opt_fatal_errors, Opt_nocompress Opt_err, }; @@ -299,6 +299,7 @@ static match_table_t tokens = { {Opt_compr...
2010 Nov 18
9
Interesting problem with write data.
Hi, Recently, I made a btrfs to use. And I met slowness problem. Trying to diag it. I found this: 1. dd if=/dev/zero of=test count=1024 bs=1MB This is fast, at about 25MB/s, and reasonable iowait. 2. dd if=/dev/zero of=test count=1 bs=1GB This is pretty slow, at about 1.5MB/s, and 90%+ iowait, constantly. May I know why it works like this? Thanks. -- To unsubscribe from this list: send the
2013 Aug 11
2
(un)mounting takes a long time
Hello! I''m using ArchLinux with kernel Linux horus 3.10.5-1-ARCH #1 SMP PREEMPT. Mounting and unmounting takes a long time: # time mount -v /mnt/Archiv mount: /dev/sde1 mounted on /mnt/Archiv. mount -v /mnt/Archiv 0,00s user 0,16s system 1% cpu 9,493 total # sync && time umount -v /mnt/Archiv umount: /mnt/Archiv (/dev/sdd1) unmounted umount -v /mnt/Archiv 0,00s user
2012 Mar 02
1
nocow flags
...filesystem is mounted with nodatacow. I''m using this as a workaround since subvolumes can''t be mounted with different options simultaneously. ie. one with COW, one with nodatacow Any ideas why the flags are being ignored? I''m running 32bit 3.3rc4 with noatime,nodatasum,space_cache,autodefrag,inode_cache on a 3 disk RAID0 data RAID1 metadata filesystem. Thanks, Kyle -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info....
2012 Jun 05
4
Re: [systemd-devel] systemd-udevd: excessive I/O usage
2012/6/5 Kok, Auke-jan H <auke-jan.h.kok@intel.com> wrote on systemd-devel list: > It seems your system is taking well into 15+ seconds before btrfs is > actually *ready* on your system, which seems to be the main hiccup > (note, speculation here). I''ve personally become a bit displeased with > btrfs performance recently myself, so, I''m wondering if you should
2011 May 20
1
btrfsck: couldn't open because of unsupported option features (8)
...parent transid verify failed on 6038227976192 wanted 337418 found 337853 parent transid verify failed on 6038227976192 wanted 337418 found 337853 parent transid verify failed on 6038227976192 wanted 337418 found 337853 Failed to read block groups: -5 btrfs: open_ctree failed Tried to mount without space_cache give the same message. Trying to run btrfsck (or btrfs-debug-tree), compiled from git gives me this: couldn''t open because of unsupported option features (8). btrfsck: disk-io.c:683: open_ctree_fd: Assertion `!(1)'' failed. Aborted I see an Ubuntu bug (748340 - https://bugs.la...
2013 Nov 10
2
BTRFS error after clearing cache
Hello, I wanted to make sure that my boot slowdown was related to space_cache so I rebooted the PC several times and it did become slower again. What is more, it doesn''t seem like I even need to generate any actual IO traffic to trigger this. I thought I might give clear_cache a shot again and to test the boot speed with nospace_cache as well. After first booting w...
2013 Aug 19
11
[RFC PATCH] Btrfs: fix memory leak of orphan block rsv
When adding orphans to an inode''s root, we start a transaction for that root that when ended in several places such as for example extent-tree.c:btrfs_remove_block_group(), inode.c:btrfs_unlink() and inode.c:btrfs_evict_node(), doesn''t result in a commit, that is, inode.c:btrfs_orphan_commit_root() doesn''t get called (via transaction.c:commit_fs_roots()). The respective
2012 Jun 08
2
btrfs filesystems can only be mounted after an unclean shutdown if btrfsck is run and immediately killed!
...10.433040] btrfs: enabling inode map caching [ 10.433892] btrfs: disk space caching is enabled [ 10.434930] btrfs: failed to read the system array on sdb [ 10.435945] btrfs: open_ctree failed fstab: UUID=1e7c18a4-02d6-44b1-8eaf-c01378009cd3 /storage/btrfs btrfs noatime,compress-force=zlib,space_cache,inode_cache 0 0 UUID=7f7be913-e359-400f-8bdb-7ef48aad3f03 /storage/btrfs2 btrfs noatime,compress-force=zlib,space_cache,inode_cache 0 0 The funny thing is that if i run btrfsck for one second on the first filesystem and then kill it with ctrl-c, then both filesystems can be mounted without any...
2013 Mar 26
3
Kernel BUG on corrupted space cache under 3.7 and 3.8
...n, I made some photographs :), and I uploaded them. System parameters: - openSUSE 12.3, Kernel 3.8, x86_64 - Linux linux-suse 3.8.0-5-desktop #1 SMP PREEMPT Tue Feb 26 20:55:05 UTC 2013 (db497a6) x86_64 x86_64 x86_64 GNU/Linux - Photos are made on Kernel 3.7 - Default mount options: compress=lzo,space_cache - On 3.7, the problematic line: fs/btrfs/free-space-cache.c:1553 - Photos location: www.morrohun.hu/temp/btrfs/[123].jpeg If you need any other information, ask me :). Best regards, Ákos Szőts -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a me...
2010 Dec 29
1
Reproducible kernel BUG while using VirtualBox:
...n IO-wait that I reported last night.] Note that dd''ing 1GB of data to a file on disk (from /dev/zero or /dev/urandom) does not cause an error, so this doesn''t seem to be a disk fullness thing. More information about my machine: I once mounted the filesystem in question with the space_cache option. All free space numbers here are from *before* I dd''d 1GB of data onto disk. $ btrfs fi df / Data: total=71.23GB, used=68.16GB System, DUP: total=8.00MB, used=24.00KB System: total=4.00MB, used=0.00 Metadata, DUP: total=4.75GB, used=2.26GB $ df -h / Filesystem Size Use...