You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During edge-commit test case in CS9, our CI has detected that ostree-remount.service fails to remount /sysroot and /var mountpoints.
The output of the playbook task that checks journalctl of ostree-remount does not include the expected output Remounted rw: /sysroot nor Remounted rw: /var
TASK [assert] ******************************************************************
fatal: [192.168.100.50]: FAILED! => {
"assertion": "'/sysroot' in result_remount_jounalctl.stdout",
"changed": false,
"evaluated_to": false,
"msg": "/sysroot or /var are not remounted by ostree-remount"
}
Inside edge vm:
[admin@vm ~]$ sudo journalctl -u ostree-remount
Feb 12 18:16:57 localhost systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
Feb 12 18:16:57 localhost systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
-- Boot 750cc61b1dcf4a7597e93bc937705d6b --
Feb 12 18:17:12 localhost systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
Feb 12 18:17:12 localhost systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
-- Boot 102a413dd5714e5a8af5ce5b4e394f78 --
Feb 12 18:19:20 localhost systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
Feb 12 18:19:20 localhost systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
-- Boot 12671331afda4e9489744c5e3488f319 --
Feb 12 18:19:35 localhost systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
Feb 12 18:19:35 localhost systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
-- Boot 59099ebb918c4e0a8176227730157c34 --
Feb 12 18:19:50 localhost systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
Feb 12 18:19:50 localhost systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
-- Boot 519566393b414d16862bfc84599bbb30 --
Feb 12 18:20:03 localhost systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
Feb 12 18:20:03 localhost systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
Feb 12 18:37:27 vm systemd[1]: ostree-remount.service: Deactivated successfully.
Feb 12 18:37:27 vm systemd[1]: Stopped OSTree Remount OS/ Bind Mounts.
Feb 12 18:37:27 vm systemd[1]: Stopping OSTree Remount OS/ Bind Mounts...
Feb 12 18:37:27 vm systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
Feb 12 18:37:27 vm systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
[admin@vm ~]$ sudo journalctl -xeu ostree-remount
~
~
Feb 12 18:20:03 localhost systemd[1]: Starting OSTree Remount OS/ Bind Mounts...
░░ Subject: A start job for unit ostree-remount.service has begun execution
░░ Defined-By: systemd
░░ Support: https://access.redhat.com/support
░░
░░ A start job for unit ostree-remount.service has begun execution.
░░
░░ The job identifier is 159.
Feb 12 18:20:03 localhost systemd[1]: Finished OSTree Remount OS/ Bind Mounts.
░░ Subject: A start job for unit ostree-remount.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://access.redhat.com/support
░░
░░ A start job for unit ostree-remount.service has finished successfully.
░░
░░ The job identifier is 159.
The service seems to be running but it does not work even after manual restart.
Environment
OS version (/etc/os-release and /etc/redhat-release):
Expected behavior
ostree-remount.service remounts successfully /sysroot and /var mountpoints.
Additional context
In the steps to reproduce #3907 been used as an example. Although, this failure has been detected so far in several PRs such as: #3928 #3939 #3828 #3907 #3886 #3934
The text was updated successfully, but these errors were encountered:
Describe the bug
During edge-commit test case in CS9, our CI has detected that ostree-remount.service fails to remount /sysroot and /var mountpoints.
The output of the playbook task that checks journalctl of ostree-remount does not include the expected output
Remounted rw: /sysroot
norRemounted rw: /var
Inside edge vm:
The service seems to be running but it does not work even after manual restart.
Environment
/etc/os-release
and/etc/redhat-release
):rpm -qi osbuild-composer)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
ostree-remount.service remounts successfully /sysroot and /var mountpoints.
Additional context
In the steps to reproduce #3907 been used as an example. Although, this failure has been detected so far in several PRs such as:
#3928
#3939
#3828
#3907
#3886
#3934
The text was updated successfully, but these errors were encountered: