-
Notifications
You must be signed in to change notification settings - Fork 197
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
upgrade --preview
yields unexpected information in ostree log
#601
Comments
IIUC, the main objection of the bug is less about presence of the new commit from the Going through the same steps myself, I'm seeing both commits (previewed and deployed) in the ostree log. That part may have already been fixed since this issue was filed. Can you confirm? I also found @cgwalters' commit message here helpful in explaining why a "preview" operation would leave behind evidence in the ostree log and |
Mainly. It's kind of like doing a
I re-did this on f25. See the 'details' section at the bottom of this
I agree that deployments vs refs/commits are confusing. Maybe if we
```
[root@vanilla-f25atomic ~]# rpm-ostree status
State: idle
Deployments:
● fedora-atomic:fedora-atomic/25/x86_64/docker-host
Version: 25.148 (2017-06-25 21:07:13)
Commit: f136ff5370c0f77d9c1f4fd3ecb8e1815650d8aaf834e41a5e995a13494407e9
[root@vanilla-f25atomic ~]# ostree log fedora-atomic/25/x86_64/docker-host
commit f136ff5370c0f77d9c1f4fd3ecb8e1815650d8aaf834e41a5e995a13494407e9
Date: 2017-06-25 21:07:13 +0000
Version: 25.148
(no subject)
<< History beyond this commit not fetched >> 4 delta parts, 4 loose fetched; 151052 KiB transferred in 15 seconds << History beyond this commit not fetched >>
|
Huh, okay. I guess this is because it's jumping ahead by several commits (25.148 -> 25.154), leaving a gap in the local chain of commits? |
right, i believe that is the case. |
Basically
ostree log
will then output information about the commit that was previewed and the existing commit that the system is currently deployed to will not be in there.Could we enhance
ostree log
to output information about both? Ideally there would be a user friendly way to have all of the log, even for commits that aren't local and just on the remote.The text was updated successfully, but these errors were encountered: