linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] Writable snapshot hang, high I/O wait, almost no disk I/O
@ 2014-01-15 22:19 Vitaliy Filippov
  0 siblings, 0 replies; only message in thread
From: Vitaliy Filippov @ 2014-01-15 22:19 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 4054 bytes --]

Hi!

I've just tried to experiment with dm snapshot target to test a tool I've  
recently written for ext4 filesystem (it resizes inode tables without  
recreating the fs). Underlying device is /dev/sdc1 on a SATA hard drive,  
COW device is a loop device connected to a sparse file located on an ext4  
/home filesystem.

At first there was no problem, the read/write performance was good. But  
then my tool started to move inode tables (~ 4.5 GB in total on a 3 TB  
partition) and hanged in 'D' state - I observe it at the moment, it  
already lasts for almost 2 hours :) 'sync' executed in another console  
also hangs. There are messages in dmesg:

[654255.339515] INFO: task sync:28318 blocked for more than 120 seconds.
[654255.339522]       Tainted: G        W    3.12-trunk-amd64 #1
[654255.339525] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs"  
disables this message.
[654255.339528] sync            D ffff8800a7de8b00     0 28318  27636  
0x20020000
[654255.339534]  ffff8800a7de87c0 0000000000000082 00000000000142c0  
ffff88008c3e3fd8
[654255.339539]  00000000000142c0 ffff88008c3e3fd8 ffff88011fc14b00  
ffff88011ffce908
[654255.339543]  0000000000000002 ffffffff8110f530 ffff88008c3e3e20  
000000002baa1371
[654255.339548] Call Trace:
[654255.339558]  [<ffffffff8110f530>] ? wait_on_page_read+0x60/0x60
[654255.339564]  [<ffffffff81489194>] ? io_schedule+0x94/0x120
[654255.339568]  [<ffffffff8110f535>] ? sleep_on_page+0x5/0x10
[654255.339574]  [<ffffffff814871d4>] ? __wait_on_bit+0x54/0x80
[654255.339578]  [<ffffffff8110f34f>] ? wait_on_page_bit+0x7f/0x90
[654255.339583]  [<ffffffff8107a440>] ? wake_atomic_t_function+0x30/0x30
[654255.339589]  [<ffffffff8111bc28>] ? pagevec_lookup_tag+0x18/0x20
[654255.339593]  [<ffffffff8110f438>] ? filemap_fdatawait_range+0xd8/0x150
[654255.339598]  [<ffffffff8119bf30>] ? sync_inodes_one_sb+0x20/0x20
[654255.339603]  [<ffffffff811a62ce>] ? iterate_bdevs+0xbe/0xf0
[654255.339607]  [<ffffffff8119c199>] ? sys_sync+0x69/0x90

Interesting there are no such messages about my tool, although it's still  
in D state and I can't interrupt it using any signal.

At the same time the system overall is still responsive, and it's clearly  
seen that some work is being done - the place occupied by my sparse file  
which is the snapshot device grows very slowly - something about 1-2  
megabytes in a minute. There's massive I/O wait (~60% cpu), NO user (0%)  
and NO system (0%) CPU usage, and almost NO real disk input/output -  
'iostat 1' shows mostly zeroes, and only sometimes it shows some small  
values 'written' on a device with that sparse file.

'slabtop' shows very big, and roughly equal amounts of bio-0, bio-1, dm_io  
and buffer_head objects. kmalloc-32, dm_snap_pending_exception and  
kcopyd_job are less, but also close to 100%. Most of these numbers change  
slightly over time, except for kcopyd_job that is stuck at 77490. It looks  
like the following:

1311206 634877  48%    0,10K  35438       37    141752K buffer_head
621400 621304  99%    0,19K  31070       20    124280K bio-0
621184 621080  99%    0,04K   6752       92     27008K dm_io
621090 621080  99%    0,25K  41406       15    165624K bio-1
  88816  86981  97%    0,03K    793      112      3172K kmalloc-32
  77959  77889  99%    0,10K   2107       37      8428K  
dm_snap_pending_exception
  77490  77490 100%    3,23K  38745        2    309960K kcopyd_job

(full /proc/slabinfo is attached)

'dmsetup status' prints the following and the output does not change over  
time:
sdc1ovl: 0 5860531087 snapshot 806488/5860531087 728

I've googled for lvm snapshot performance problems and there are many  
threads about it, but as I understand something similar to my case was  
only in a 2005 thread here:
http://www.redhat.com/archives/dm-devel/2005-June/msg00126.html
And also maybe in another thread here:
http://www.redhat.com/archives/dm-devel/2006-September/msg00078.html

What do you think this problem could be? Thanks in advance to anyone who  
answers :-)

-- 
With best regards,
   Vitaliy Filippov

[-- Attachment #2: slabinfo --]
[-- Type: application/octet-stream, Size: 22433 bytes --]

slabinfo - version: 2.1
# name            <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab> : tunables <limit> <batchcount> <sharedfactor> : slabdata <active_slabs> <num_slabs> <sharedavail>
bio-1             621080 621090    256   15    1 : tunables  120   60    8 : slabdata  41406  41406      0
dm_snap_pending_exception  77889  77959    104   37    1 : tunables  120   60    8 : slabdata   2107   2107      0
dm_exception        1603   1680     32  112    1 : tunables  120   60    8 : slabdata     15     15      0
kcopyd_job         77490  77490   3312    2    2 : tunables   24   12    8 : slabdata  38745  38745      0
io                   172    236     64   59    1 : tunables  120   60    8 : slabdata      4      4      0
dm_uevent              0      0   2608    3    2 : tunables   24   12    8 : slabdata      0      0      0
dm_rq_target_io        0      0    416    9    1 : tunables   54   27    8 : slabdata      0      0      0
dm_io             621080 621184     40   92    1 : tunables  120   60    8 : slabdata   6752   6752      0
pid_2                  0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
nfsd_drc               0      0    112   34    1 : tunables  120   60    8 : slabdata      0      0      0
nfsd4_delegations      0      0    368   10    1 : tunables   54   27    8 : slabdata      0      0      0
nfsd4_stateids         0      0    120   32    1 : tunables  120   60    8 : slabdata      0      0      0
nfsd4_files            0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
nfsd4_lockowners       0      0    384   10    1 : tunables   54   27    8 : slabdata      0      0      0
nfsd4_openowners       0      0    392   10    1 : tunables   54   27    8 : slabdata      0      0      0
nfs_direct_cache       0      0    208   19    1 : tunables  120   60    8 : slabdata      0      0      0
nfs_commit_data        4     11    704   11    2 : tunables   54   27    8 : slabdata      1      1      0
nfs_write_data        32     32    960    4    1 : tunables   54   27    8 : slabdata      8      8      0
nfs_read_data          0      0    896    4    1 : tunables   54   27    8 : slabdata      0      0      0
nfs_inode_cache        0      0   1032    3    1 : tunables   24   12    8 : slabdata      0      0      0
nfs_page               0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
fscache_cookie_jar      1     48     80   48    1 : tunables  120   60    8 : slabdata      1      1      0
rpc_inode_cache        9     12    640    6    1 : tunables   54   27    8 : slabdata      2      2      0
rpc_buffers            8      8   2048    2    1 : tunables   24   12    8 : slabdata      4      4      0
rpc_tasks              8     15    256   15    1 : tunables  120   60    8 : slabdata      1      1      0
fuse_request          22     30    400   10    1 : tunables   54   27    8 : slabdata      3      3      0
fuse_inode           757    780    768    5    1 : tunables   54   27    8 : slabdata    156    156      0
kvm_async_pf           0      0    144   27    1 : tunables  120   60    8 : slabdata      0      0      0
kvm_vcpu               0      0  16128    1    4 : tunables    8    4    0 : slabdata      0      0      0
kvm_mmu_page_header      0      0    168   23    1 : tunables  120   60    8 : slabdata      0      0      0
pte_list_desc          0      0     32  112    1 : tunables  120   60    8 : slabdata      0      0      0
ext4_groupinfo_4k   9909   9940    136   28    1 : tunables  120   60    8 : slabdata    355    355      0
ext4_inode_cache    2572   5412    968    4    1 : tunables   54   27    8 : slabdata   1353   1353      0
ext4_xattr             0      0     88   44    1 : tunables  120   60    8 : slabdata      0      0      0
ext4_free_data        16     59     64   59    1 : tunables  120   60    8 : slabdata      1      1      0
ext4_allocation_context      2     28    136   28    1 : tunables  120   60    8 : slabdata      1      1      0
ext4_prealloc_space     64    222    104   37    1 : tunables  120   60    8 : slabdata      6      6      0
ext4_system_zone       0      0     40   92    1 : tunables  120   60    8 : slabdata      0      0      0
ext4_io_end            1     53     72   53    1 : tunables  120   60    8 : slabdata      1      1      0
ext4_extent_status    615   6900     40   92    1 : tunables  120   60    8 : slabdata     75     75      0
jbd2_transaction_s     16     30    256   15    1 : tunables  120   60    8 : slabdata      2      2      0
jbd2_inode           566   6545     48   77    1 : tunables  120   60    8 : slabdata     85     85      0
jbd2_journal_handle    154    154     48   77    1 : tunables  120   60    8 : slabdata      2      2      0
jbd2_journal_head     21     34    112   34    1 : tunables  120   60    8 : slabdata      1      1      0
jbd2_revoke_table_s     10    202     16  202    1 : tunables  120   60    8 : slabdata      1      1      0
jbd2_revoke_record_s      0      0     32  112    1 : tunables  120   60    8 : slabdata      0      0      0
sd_ext_cdb             2    112     32  112    1 : tunables  120   60    8 : slabdata      1      1      0
scsi_sense_cache     188    210    128   30    1 : tunables  120   60    8 : slabdata      7      7      0
scsi_cmd_cache       165    165    256   15    1 : tunables  120   60    8 : slabdata     11     11      0
sgpool-128             2      2   4096    1    1 : tunables   24   12    8 : slabdata      2      2      0
sgpool-64              2      2   2048    2    1 : tunables   24   12    8 : slabdata      1      1      0
sgpool-32              2      4   1024    4    1 : tunables   54   27    8 : slabdata      1      1      0
sgpool-16              4      8    512    8    1 : tunables   54   27    8 : slabdata      1      1      0
sgpool-8             120    120    256   15    1 : tunables  120   60    8 : slabdata      8      8      0
scsi_data_buffer       0      0     24  144    1 : tunables  120   60    8 : slabdata      0      0      0
uhci_urb_priv          0      0     56   67    1 : tunables  120   60    8 : slabdata      0      0      0
fib6_nodes             5     59     64   59    1 : tunables  120   60    8 : slabdata      1      1      0
ip6_dst_cache          4     10    384   10    1 : tunables   54   27    8 : slabdata      1      1      0
ip6_mrt_cache          0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
PINGv6                 0      0   1088    7    2 : tunables   24   12    8 : slabdata      0      0      0
RAWv6                 11     14   1088    7    2 : tunables   24   12    8 : slabdata      2      2      0
UDPLITEv6              0      0   1088    7    2 : tunables   24   12    8 : slabdata      0      0      0
UDPv6                 11     28   1088    7    2 : tunables   24   12    8 : slabdata      4      4      0
tw_sock_TCPv6          0      0    256   15    1 : tunables  120   60    8 : slabdata      0      0      0
request_sock_TCPv6      0      0    192   20    1 : tunables  120   60    8 : slabdata      0      0      0
TCPv6                 14     16   1984    2    1 : tunables   24   12    8 : slabdata      8      8      0
flow_cache             0      0    104   37    1 : tunables  120   60    8 : slabdata      0      0      0
btree_node             0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
cfq_io_cq            414    608    120   32    1 : tunables  120   60    8 : slabdata     19     19      0
cfq_queue            397    544    232   17    1 : tunables  120   60    8 : slabdata     32     32      0
bsg_cmd                0      0    312   12    1 : tunables   54   27    8 : slabdata      0      0      0
mqueue_inode_cache      1      4    896    4    1 : tunables   54   27    8 : slabdata      1      1      0
hugetlbfs_inode_cache      1      7    584    7    1 : tunables   54   27    8 : slabdata      1      1      0
dquot                  0      0    256   15    1 : tunables  120   60    8 : slabdata      0      0      0
kioctx                24     28    576    7    1 : tunables   54   27    8 : slabdata      4      4      0
kiocb                  0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
fanotify_response_event      0      0     32  112    1 : tunables  120   60    8 : slabdata      0      0      0
fsnotify_mark          0      0    112   34    1 : tunables  120   60    8 : slabdata      0      0      0
inotify_event_private_data      0      0     32  112    1 : tunables  120   60    8 : slabdata      0      0      0
inotify_inode_mark    198    256    120   32    1 : tunables  120   60    8 : slabdata      8      8      0
dnotify_mark           1     32    120   32    1 : tunables  120   60    8 : slabdata      1      1      0
dnotify_struct         1    112     32  112    1 : tunables  120   60    8 : slabdata      1      1      0
dio                    0      0    640    6    1 : tunables   54   27    8 : slabdata      0      0      0
fasync_cache           5     77     48   77    1 : tunables  120   60    8 : slabdata      1      1      0
khugepaged_mm_slot      0      0     40   92    1 : tunables  120   60    8 : slabdata      0      0      0
ksm_mm_slot            0      0     48   77    1 : tunables  120   60    8 : slabdata      0      0      0
ksm_stable_node        0      0     48   77    1 : tunables  120   60    8 : slabdata      0      0      0
ksm_rmap_item          0      0     64   59    1 : tunables  120   60    8 : slabdata      0      0      0
pid_namespace          0      0   2176    3    2 : tunables   24   12    8 : slabdata      0      0      0
user_namespace         0      0    224   17    1 : tunables  120   60    8 : slabdata      0      0      0
posix_timers_cache      0      0    248   16    1 : tunables  120   60    8 : slabdata      0      0      0
uid_cache             12     30    128   30    1 : tunables  120   60    8 : slabdata      1      1      0
UNIX                 434    488    896    4    1 : tunables   54   27    8 : slabdata    122    122      0
ip_mrt_cache           0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
UDP-Lite               0      0    896    4    1 : tunables   54   27    8 : slabdata      0      0      0
tcp_bind_bucket       23    118     64   59    1 : tunables  120   60    8 : slabdata      2      2      0
inet_peer_cache     2174   5260    192   20    1 : tunables  120   60    8 : slabdata    263    263      0
secpath_cache          0      0     64   59    1 : tunables  120   60    8 : slabdata      0      0      0
xfrm_dst_cache         0      0    512    8    1 : tunables   54   27    8 : slabdata      0      0      0
ip_fib_trie            8     67     56   67    1 : tunables  120   60    8 : slabdata      1      1      0
ip_fib_alias           9     77     48   77    1 : tunables  120   60    8 : slabdata      1      1      0
ip_dst_cache          16     80    192   20    1 : tunables  120   60    8 : slabdata      4      4      0
PING                   0      0    832    9    2 : tunables   54   27    8 : slabdata      0      0      0
RAW                    8      8    896    4    1 : tunables   54   27    8 : slabdata      2      2      0
UDP                   18     24    896    4    1 : tunables   54   27    8 : slabdata      6      6      0
tw_sock_TCP            0      0    192   20    1 : tunables  120   60    8 : slabdata      0      0      0
request_sock_TCP       0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
TCP                   19     22   1792    2    1 : tunables   24   12    8 : slabdata     11     11      0
eventpoll_pwq        109    265     72   53    1 : tunables  120   60    8 : slabdata      5      5      0
eventpoll_epi        109    240    128   30    1 : tunables  120   60    8 : slabdata      8      8      0
blkdev_integrity       0      0    112   34    1 : tunables  120   60    8 : slabdata      0      0      0
blkdev_queue          23     24   2080    3    2 : tunables   24   12    8 : slabdata      8      8      0
blkdev_requests      109    150    376   10    1 : tunables   54   27    8 : slabdata     15     15      0
blkdev_ioc           332    481    104   37    1 : tunables  120   60    8 : slabdata     13     13      0
fsnotify_event_holder      0      0     24  144    1 : tunables  120   60    8 : slabdata      0      0      0
fsnotify_event         1     34    112   34    1 : tunables  120   60    8 : slabdata      1      1      0
bio-0             621333 621360    192   20    1 : tunables  120   60    8 : slabdata  31068  31068      0
biovec-256            52     53   4096    1    1 : tunables   24   12    8 : slabdata     52     53      0
biovec-128             0      0   2048    2    1 : tunables   24   12    8 : slabdata      0      0      0
biovec-64              0      0   1024    4    1 : tunables   54   27    8 : slabdata      0      0      0
biovec-16              0      0    256   15    1 : tunables  120   60    8 : slabdata      0      0      0
bio_integrity_payload      2     20    192   20    1 : tunables  120   60    8 : slabdata      1      1      0
sock_inode_cache     578    684    640    6    1 : tunables   54   27    8 : slabdata    114    114      0
skbuff_fclone_cache     14     14    512    7    1 : tunables   54   27    8 : slabdata      2      2      0
skbuff_head_cache    341    510    256   15    1 : tunables  120   60    8 : slabdata     34     34      0
file_lock_cache       51    100    192   20    1 : tunables  120   60    8 : slabdata      5      5      0
net_namespace          0      0   4224    1    2 : tunables    8    4    0 : slabdata      0      0      0
shmem_inode_cache   1691   2778    656    6    1 : tunables   54   27    8 : slabdata    463    463      0
ftrace_event_file    503    531     64   59    1 : tunables  120   60    8 : slabdata      9      9      0
ftrace_event_field   1390   1463     48   77    1 : tunables  120   60    8 : slabdata     19     19      0
pool_workqueue        21     45    256   15    1 : tunables  120   60    8 : slabdata      3      3      0
Acpi-Operand        1864   2014     72   53    1 : tunables  120   60    8 : slabdata     38     38      0
Acpi-ParseExt          0      0     72   53    1 : tunables  120   60    8 : slabdata      0      0      0
Acpi-Parse             0      0     48   77    1 : tunables  120   60    8 : slabdata      0      0      0
Acpi-State             0      0     80   48    1 : tunables  120   60    8 : slabdata      0      0      0
Acpi-Namespace       666    736     40   92    1 : tunables  120   60    8 : slabdata      8      8      0
task_delay_info      462    714    112   34    1 : tunables  120   60    8 : slabdata     21     21      0
taskstats             24     60    328   12    1 : tunables   54   27    8 : slabdata      5      5      0
proc_inode_cache    2028   2028    632    6    1 : tunables   54   27    8 : slabdata    338    338      0
sigqueue               1     24    160   24    1 : tunables  120   60    8 : slabdata      1      1      0
bdev_cache            31     40    832    4    1 : tunables   54   27    8 : slabdata     10     10      0
sysfs_dir_cache    20463  20774    112   34    1 : tunables  120   60    8 : slabdata    611    611      0
mnt_cache             41     75    256   15    1 : tunables  120   60    8 : slabdata      5      5      0
filp                9747  13245    256   15    1 : tunables  120   60    8 : slabdata    883    883      0
inode_cache         3256   3500    568    7    1 : tunables   54   27    8 : slabdata    500    500      0
dentry             10922  30420    192   20    1 : tunables  120   60    8 : slabdata   1521   1521      0
names_cache           28     28   4096    1    1 : tunables   24   12    8 : slabdata     28     28      0
key_jar                0      0    192   20    1 : tunables  120   60    8 : slabdata      0      0      0
buffer_head       628877 1311206    104   37    1 : tunables  120   60    8 : slabdata  35438  35438      0
nsproxy                1     77     48   77    1 : tunables  120   60    8 : slabdata      1      1      0
vm_area_struct     29128  37760    192   20    1 : tunables  120   60    8 : slabdata   1888   1888      0
mm_struct            166    184    896    4    1 : tunables   54   27    8 : slabdata     46     46      0
fs_cache             165    413     64   59    1 : tunables  120   60    8 : slabdata      7      7      0
files_cache          157    198    640    6    1 : tunables   54   27    8 : slabdata     33     33      0
signal_cache         252    308   1088    7    2 : tunables   24   12    8 : slabdata     44     44      0
sighand_cache        252    267   2112    3    2 : tunables   24   12    8 : slabdata     89     89      0
task_xstate          354    464    512    8    1 : tunables   54   27    8 : slabdata     58     58      0
task_struct          457    492   1920    2    1 : tunables   24   12    8 : slabdata    246    246      0
cred_jar             506   2020    192   20    1 : tunables  120   60    8 : slabdata    101    101      0
anon_vma_chain     28623  37701     64   59    1 : tunables  120   60    8 : slabdata    639    639      0
anon_vma           16579  19028     56   67    1 : tunables  120   60    8 : slabdata    284    284      0
pid                  474    780    128   30    1 : tunables  120   60    8 : slabdata     26     26      0
shared_policy_node      0      0     48   77    1 : tunables  120   60    8 : slabdata      0      0      0
numa_policy            7    144     24  144    1 : tunables  120   60    8 : slabdata      1      1      0
radix_tree_node     5347  15988    560    7    1 : tunables   54   27    8 : slabdata   2284   2284      0
idr_layer_cache      199    207   2112    3    2 : tunables   24   12    8 : slabdata     69     69      0
dma-kmalloc-4194304      0      0 4194304    1 1024 : tunables    1    1    0 : slabdata      0      0      0
dma-kmalloc-2097152      0      0 2097152    1  512 : tunables    1    1    0 : slabdata      0      0      0
dma-kmalloc-1048576      0      0 1048576    1  256 : tunables    1    1    0 : slabdata      0      0      0
dma-kmalloc-524288      0      0 524288    1  128 : tunables    1    1    0 : slabdata      0      0      0
dma-kmalloc-262144      0      0 262144    1   64 : tunables    1    1    0 : slabdata      0      0      0
dma-kmalloc-131072      0      0 131072    1   32 : tunables    8    4    0 : slabdata      0      0      0
dma-kmalloc-65536      0      0  65536    1   16 : tunables    8    4    0 : slabdata      0      0      0
dma-kmalloc-32768      0      0  32768    1    8 : tunables    8    4    0 : slabdata      0      0      0
dma-kmalloc-16384      0      0  16384    1    4 : tunables    8    4    0 : slabdata      0      0      0
dma-kmalloc-8192       0      0   8192    1    2 : tunables    8    4    0 : slabdata      0      0      0
dma-kmalloc-4096       0      0   4096    1    1 : tunables   24   12    8 : slabdata      0      0      0
dma-kmalloc-2048       0      0   2048    2    1 : tunables   24   12    8 : slabdata      0      0      0
dma-kmalloc-1024       0      0   1024    4    1 : tunables   54   27    8 : slabdata      0      0      0
dma-kmalloc-512        0      0    512    8    1 : tunables   54   27    8 : slabdata      0      0      0
dma-kmalloc-256        0      0    256   15    1 : tunables  120   60    8 : slabdata      0      0      0
dma-kmalloc-128        0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
dma-kmalloc-64         0      0     64   59    1 : tunables  120   60    8 : slabdata      0      0      0
dma-kmalloc-32         0      0     32  112    1 : tunables  120   60    8 : slabdata      0      0      0
dma-kmalloc-192        0      0    192   20    1 : tunables  120   60    8 : slabdata      0      0      0
dma-kmalloc-96         0      0    128   30    1 : tunables  120   60    8 : slabdata      0      0      0
kmalloc-4194304        0      0 4194304    1 1024 : tunables    1    1    0 : slabdata      0      0      0
kmalloc-2097152        0      0 2097152    1  512 : tunables    1    1    0 : slabdata      0      0      0
kmalloc-1048576        0      0 1048576    1  256 : tunables    1    1    0 : slabdata      0      0      0
kmalloc-524288         0      0 524288    1  128 : tunables    1    1    0 : slabdata      0      0      0
kmalloc-262144         0      0 262144    1   64 : tunables    1    1    0 : slabdata      0      0      0
kmalloc-131072         1      1 131072    1   32 : tunables    8    4    0 : slabdata      1      1      0
kmalloc-65536         18     18  65536    1   16 : tunables    8    4    0 : slabdata     18     18      0
kmalloc-32768          3      3  32768    1    8 : tunables    8    4    0 : slabdata      3      3      0
kmalloc-16384        276    276  16384    1    4 : tunables    8    4    0 : slabdata    276    276      0
kmalloc-8192          44     44   8192    1    2 : tunables    8    4    0 : slabdata     44     44      0
kmalloc-4096         293    296   4096    1    1 : tunables   24   12    8 : slabdata    293    296      0
kmalloc-2048         487    490   2048    2    1 : tunables   24   12    8 : slabdata    245    245      0
kmalloc-1024        2643   3644   1024    4    1 : tunables   54   27    8 : slabdata    911    911      0
kmalloc-512          617    760    512    8    1 : tunables   54   27    8 : slabdata     95     95      0
kmalloc-256          918   1020    256   15    1 : tunables  120   60    8 : slabdata     68     68      0
kmalloc-192         2139   2240    192   20    1 : tunables  120   60    8 : slabdata    112    112      0
kmalloc-96          1859   4500    128   30    1 : tunables  120   60    8 : slabdata    150    150      0
kmalloc-64          9984  29559     64   59    1 : tunables  120   60    8 : slabdata    501    501      0
kmalloc-128        14840  16260    128   30    1 : tunables  120   60    8 : slabdata    542    542      0
kmalloc-32         87075  88928     32  112    1 : tunables  120   60    8 : slabdata    794    794      0
kmem_cache           206    210    256   15    1 : tunables  120   60    8 : slabdata     14     14      0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-15 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 22:19 [linux-lvm] Writable snapshot hang, high I/O wait, almost no disk I/O Vitaliy Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).