Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
initramfs-with-mca
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
initramfs-with-mca
Commits
5fc47d58
Commit
5fc47d58
authored
May 10, 2023
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dract.module: no need to wait since fluentbit read from beginning
parent
e9640ef9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
dracut.module/90metadata-collect/collect.sh
dracut.module/90metadata-collect/collect.sh
+0
-1
generation/00env.sh
generation/00env.sh
+1
-1
No files found.
dracut.module/90metadata-collect/collect.sh
View file @
5fc47d58
...
...
@@ -17,7 +17,6 @@ timestamp_cmd='date +"%Y/%m/%d %H:%M %Z"'
/sbin/fluent-bit
-e
/etc/libfluentbit_wendelin.so
-c
/etc/flb.conf &
flb_pid
=
$!
sleep
1
# let fluent-bit be ready to listen to the log file
echo
"{
\"
beginning_date
\"
:
\"
$(
eval
"
$timestamp_cmd
"
)
\"
}"
>>
$SCAN_FILE
/sbin/metadata-collect-agent
$NEWROOT
/usr/bin
$SCAN_FILE
/sbin/metadata-collect-agent
$NEWROOT
/usr/sbin
$SCAN_FILE
...
...
generation/00env.sh
View file @
5fc47d58
...
...
@@ -12,7 +12,7 @@ FLB_PACKAGE_NAME=fluent-bit
PLG_PACKAGE_NAME
=
plugin-fluentbit-to-wendelin
MCA_VERSION
=
0.3.1
FLB_VERSION
=
1.9.8
PLG_VERSION
=
0.3.
2
PLG_VERSION
=
0.3.
3
CERT_NAME
=
db.crt
SIGNING_KEY_NAME
=
db.key
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment