|
@@ -47,23 +47,6 @@ config BR2_PACKAGE_LVM2_APP_LIBRARY
|
|
|
comment "lvm2 application library needs a glibc or uClibc toolchain"
|
|
|
depends on BR2_TOOLCHAIN_USES_MUSL
|
|
|
|
|
|
-config BR2_PACKAGE_LVM2_LVMETAD
|
|
|
- bool "install lvmetad"
|
|
|
- depends on !BR2_TOOLCHAIN_USES_MUSL # lvm2-app-library
|
|
|
- select BR2_PACKAGE_LVM2_APP_LIBRARY
|
|
|
- help
|
|
|
- Install lvmetad
|
|
|
-
|
|
|
- The lvmetad daemon caches LVM metadata so that LVM commands
|
|
|
- can read metadata from the cache rather than scanning disks.
|
|
|
- This can be an advantage because scanning disks is time
|
|
|
- consuming and may interfere with the normal work of the
|
|
|
- system. lvmetad can be a disadvantage when disk event
|
|
|
- notifications from the system are unreliable.
|
|
|
-
|
|
|
-comment "lvmetad daemon needs a glibc or uClibc toolchain"
|
|
|
- depends on BR2_TOOLCHAIN_USES_MUSL
|
|
|
-
|
|
|
endif
|
|
|
|
|
|
comment "lvm2 needs a toolchain w/ threads, dynamic library"
|