Accepting request 139184 from Base:System
Change the default locking dir to reflect the change in filesystem package (forwarded request 138717 from sumski) OBS-URL: https://build.opensuse.org/request/show/139184 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lvm2?expand=0&rev=48
This commit is contained in:
commit
95455633ba
2
lvm.conf
2
lvm.conf
@ -204,7 +204,7 @@ global {
|
|||||||
|
|
||||||
# Local non-LV directory that holds file-based locks while commands are
|
# Local non-LV directory that holds file-based locks while commands are
|
||||||
# in progress. A directory like /tmp that may get wiped on reboot is OK.
|
# in progress. A directory like /tmp that may get wiped on reboot is OK.
|
||||||
locking_dir = "/var/lock/lvm"
|
locking_dir = "/run/lock/lvm"
|
||||||
|
|
||||||
# Other entries can go here to allow you to load shared libraries
|
# Other entries can go here to allow you to load shared libraries
|
||||||
# e.g. if support for LVM1 metadata was compiled as a shared library use
|
# e.g. if support for LVM1 metadata was compiled as a shared library use
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 18 12:35:30 UTC 2012 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Change the default locking dir to reflect the change in filesystem package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 17 23:01:54 UTC 2012 - nfbrown@suse.com
|
Wed Oct 17 23:01:54 UTC 2012 - nfbrown@suse.com
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ export MODPROBE_CMD=/sbin/modprobe
|
|||||||
--enable-cmdlib --enable-dmeventd \
|
--enable-cmdlib --enable-dmeventd \
|
||||||
--enable-realtime --enable-pkgconfig \
|
--enable-realtime --enable-pkgconfig \
|
||||||
--enable-selinux \
|
--enable-selinux \
|
||||||
--with-clvmd=corosync --datarootdir=/usr/share
|
--with-clvmd=corosync --datarootdir=/usr/share --with-default-locking-dir=/run/lock/lvm
|
||||||
export SUSE_ASNEEDED=0
|
export SUSE_ASNEEDED=0
|
||||||
make -j1 # symlinks are generated in parallel! %{?_smp_mflags}
|
make -j1 # symlinks are generated in parallel! %{?_smp_mflags}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user