Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable evmserver after configuring db and messaging #239

Merged

Conversation

agrare
Copy link
Member

@agrare agrare commented Mar 8, 2024

When starting EvmServer after having configured the database and messaging we should enable the service so it starts on boot

Before:

[root@manageiq-devel ~]# systemctl status evmserverd.service
● evmserverd.service - EVM server daemon
     Loaded: loaded (/usr/lib/systemd/system/evmserverd.service; disabled; preset: disabled)
     Active: active (running) since Fri 2024-03-08 10:08:04 EST; 49s ago
   Main PID: 5333 (ruby)
      Tasks: 14 (limit: 48891)
     Memory: 597.7M
        CPU: 20.886s
     CGroup: /system.slice/evmserverd.service
             └─5333 "MIQ Server"

After:

[root@manageiq-devel ~]# systemctl status evmserverd.service
● evmserverd.service - EVM server daemon
     Loaded: loaded (/usr/lib/systemd/system/evmserverd.service; enabled; preset: disabled)
     Active: active (running) since Fri 2024-03-08 10:24:18 EST; 8s ago
   Main PID: 5329 (ruby)
      Tasks: 7 (limit: 48891)
     Memory: 333.6M
        CPU: 6.607s
     CGroup: /system.slice/evmserverd.service
             ├─5329 "MIQ Server"
             └─5368 top -b -n 1

When starting EvmServer after having configured the database and
messaging we should enable the service so it starts on boot
@agrare agrare added the bug label Mar 8, 2024
@agrare agrare requested review from Fryguy and bdunne March 8, 2024 15:29
@miq-bot
Copy link
Member

miq-bot commented Mar 8, 2024

Checked commit agrare@7eb4bad with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
0 files checked, 0 offenses detected
Everything looks fine. ⭐

@Fryguy Fryguy merged commit 22c0439 into ManageIQ:master Mar 8, 2024
6 checks passed
@Fryguy Fryguy self-assigned this Mar 8, 2024
agrare added a commit that referenced this pull request Mar 8, 2024
Fixed
- Enable evmserver after configuring db and messaging [#239]
@agrare agrare deleted the fix_evmserverd_disabled_after_configuration branch March 8, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants