Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# This is the default configuration for the libblockdev library. For
2
# each supported technology/plugin there is a separate section/group
3
# with the 'sonames' key. The value of the key has to be a list of
4
# sonames of shared objects that should be attempted to be loaded for
5
# the plugin falling back to the next one in the list.
6
#
7
# So this example:
8
# [lvm]
9
# sonames=libbd_lvm-dbus.so.0;libbd_lvm.so.0
10
#
11
# would result in the libbd_lvm-dbus.so.0 shared object attempted to
12
# be loaded and if that failed, the libbd_lvm.so.0 would be attempted
13
# to be loaded.
14
 
15
[btrfs]
16
sonames=libbd_btrfs.so.2
17
 
18
[crypto]
19
sonames=libbd_crypto.so.2
20
 
21
[dm]
22
sonames=libbd_dm.so.2
23
 
24
[kbd]
25
sonames=libbd_kbd.so.2
26
 
27
[loop]
28
sonames=libbd_loop.so.2
29
 
30
[lvm]
31
sonames=libbd_lvm.so.2
32
 
33
[mdraid]
34
sonames=libbd_mdraid.so.2
35
 
36
[mpath]
37
sonames=libbd_mpath.so.2
38
 
39
[swap]
40
sonames=libbd_swap.so.2
41
 
42
[s390]
43
sonames=libbd_s390.so.2