| Line 936... |
Line 936... |
| 936 |
# Allow quicker VG write access during high volume read access.
|
936 |
# Allow quicker VG write access during high volume read access.
|
| 937 |
# When there are competing read-only and read-write access requests for
|
937 |
# When there are competing read-only and read-write access requests for
|
| 938 |
# a volume group's metadata, instead of always granting the read-only
|
938 |
# a volume group's metadata, instead of always granting the read-only
|
| 939 |
# requests immediately, delay them to allow the read-write requests to
|
939 |
# requests immediately, delay them to allow the read-write requests to
|
| 940 |
# be serviced. Without this setting, write access may be stalled by a
|
940 |
# be serviced. Without this setting, write access may be stalled by a
|
| 941 |
# high volume of read-only requests. This option only affects
|
941 |
# high volume of read-only requests. This option only affects file locks.
|
| 942 |
# locking_type 1 viz. local file-based locking.
|
- |
|
| 943 |
prioritise_write_locks = 1
|
942 |
prioritise_write_locks = 1
|
| 944 |
|
943 |
|
| 945 |
# Configuration option global/library_dir.
|
944 |
# Configuration option global/library_dir.
|
| 946 |
# Search this directory first for shared libraries.
|
945 |
# Search this directory first for shared libraries.
|
| 947 |
# This configuration option does not have a default value defined.
|
946 |
# This configuration option does not have a default value defined.
|