mirror of
https://github.com/systemd/systemd
synced 2026-04-23 07:24:51 +02:00
Compare commits
No commits in common. "56eb88761e765adaad4abebb2ec78fcc476a197d" and "0b0ad494a063e5f753e65b9a0b55fb1d6e84cd0b" have entirely different histories.
56eb88761e
...
0b0ad494a0
@ -45,10 +45,7 @@
|
|||||||
Unless limited by one of the options specified below, all journal entries accessible to the user
|
Unless limited by one of the options specified below, all journal entries accessible to the user
|
||||||
the program is running as will be uploaded, and then the program will wait and send new entries
|
the program is running as will be uploaded, and then the program will wait and send new entries
|
||||||
as they become available.</para>
|
as they become available.</para>
|
||||||
|
|
||||||
<para><command>systemd-journal-upload</command> transfers the raw content of journal file and
|
|
||||||
uses HTTP as a transport protocol.</para>
|
|
||||||
|
|
||||||
<para><filename>systemd-journal-upload.service</filename> is a system service that uses
|
<para><filename>systemd-journal-upload.service</filename> is a system service that uses
|
||||||
<command>systemd-journal-upload</command> to upload journal entries to a server. It uses the
|
<command>systemd-journal-upload</command> to upload journal entries to a server. It uses the
|
||||||
configuration in
|
configuration in
|
||||||
|
|||||||
@ -985,19 +985,16 @@ install_lvm() {
|
|||||||
image_install lvm
|
image_install lvm
|
||||||
image_install "${ROOTLIBDIR:?}"/system/lvm2-lvmpolld.{service,socket}
|
image_install "${ROOTLIBDIR:?}"/system/lvm2-lvmpolld.{service,socket}
|
||||||
image_install "${ROOTLIBDIR:?}"/system/{blk-availability,lvm2-monitor}.service
|
image_install "${ROOTLIBDIR:?}"/system/{blk-availability,lvm2-monitor}.service
|
||||||
|
image_install "${ROOTLIBDIR:?}"/system-generators/lvm2-activation-generator
|
||||||
image_install -o "/lib/tmpfiles.d/lvm2.conf"
|
image_install -o "/lib/tmpfiles.d/lvm2.conf"
|
||||||
if get_bool "$LOOKS_LIKE_DEBIAN"; then
|
if get_bool "$LOOKS_LIKE_DEBIAN"; then
|
||||||
inst_rules 56-lvm.rules 69-lvm-metad.rules
|
inst_rules 56-lvm.rules 69-lvm-metad.rules
|
||||||
else
|
else
|
||||||
# Support the new udev autoactivation introduced in lvm 2.03.14
|
# Support the new udev autoactivation introduced in lvm 2.03.14
|
||||||
# https://sourceware.org/git/?p=lvm2.git;a=commit;h=67722b312390cdab29c076c912e14bd739c5c0f6
|
# https://sourceware.org/git/?p=lvm2.git;a=commit;h=67722b312390cdab29c076c912e14bd739c5c0f6
|
||||||
# Static autoactivation (via lvm2-activation-generator) was dropped
|
|
||||||
# in lvm 2.03.15
|
|
||||||
# https://sourceware.org/git/?p=lvm2.git;a=commit;h=ee8fb0310c53ed003a43b324c99cdfd891dd1a7c
|
|
||||||
if [[ -f /lib/udev/rules.d/69-dm-lvm.rules ]]; then
|
if [[ -f /lib/udev/rules.d/69-dm-lvm.rules ]]; then
|
||||||
inst_rules 11-dm-lvm.rules 69-dm-lvm.rules
|
inst_rules 11-dm-lvm.rules 69-dm-lvm.rules
|
||||||
else
|
else
|
||||||
image_install "${ROOTLIBDIR:?}"/system-generators/lvm2-activation-generator
|
|
||||||
image_install "${ROOTLIBDIR:?}"/system/lvm2-pvscan@.service
|
image_install "${ROOTLIBDIR:?}"/system/lvm2-pvscan@.service
|
||||||
inst_rules 11-dm-lvm.rules 69-dm-lvm-metad.rules
|
inst_rules 11-dm-lvm.rules 69-dm-lvm-metad.rules
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user