| Summary: | ostree commit log may not be preserved correctly after rollback | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Micah Abbott <miabbott> |
| Component: | ostree | Assignee: | Colin Walters <walters> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | jkrieger, walters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-22 16:13:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Micah Abbott
2016-01-12 21:42:37 UTC
Can't reproduce this with the latest version of ostree (2016.5) in F23 -bash-4.3# rpm-ostree status TIMESTAMP (UTC) VERSION ID OSNAME REFSPEC * 2016-06-20 20:15:43 23.141 e3e06c5186 fedora-atomic fedora-atomic:fedora-atomic/f23/x86_64/docker-host 2016-05-24 01:15:41 23.125 5668f0613e fedora-atomic fedora-atomic:fedora-atomic/f23/x86_64/docker-host -bash-4.3# ostree log e3e06c5186 commit e3e06c5186938ed3de10721e642e5f44b11e53be8d7dd592823c2c0892aeb268 Date: 2016-06-20 20:15:43 +0000 Version: 23.141 << History beyond this commit not fetched >> -bash-4.3# rpm-ostree deploy 23.138 Resolving version '23.138' 20 metadata, 0 content objects fetched; 2 KiB transferred in 13 seconds 706 metadata, 2896 content objects fetched; 142853 KiB transferred in 146 seconds Copying /etc changes: 24 modified, 0 removed, 57 added Transaction complete; bootconfig swap: yes deployment count change: 0 Freed objects: 441.6 MB Run "systemctl reboot" to start a reboot [cloud-user@rhel-atomic-7 ~]$ rpm-ostree status TIMESTAMP (UTC) VERSION ID OSNAME REFSPEC * 2016-06-15 23:09:40 23.138 257264bb4a fedora-atomic fedora-atomic:fedora-atomic/f23/x86_64/docker-host 2016-06-20 20:15:43 23.141 e3e06c5186 fedora-atomic fedora-atomic:fedora-atomic/f23/x86_64/docker-host [cloud-user@rhel-atomic-7 ~]$ ostree log 257264bb4a commit 257264bb4abebaba06636e3c477a88e114d9e1cc066bd6e53a338721602a3aaa Date: 2016-06-15 23:09:40 +0000 Version: 23.138 << History beyond this commit not fetched >> [cloud-user@rhel-atomic-7 ~]$ sudo su - -bash-4.3# rpm-ostree rollback Moving 'e3e06c5186938ed3de10721e642e5f44b11e53be8d7dd592823c2c0892aeb268.0' to be first deployment Transaction complete; bootconfig swap: yes deployment count change: 0 Run "systemctl reboot" to start a reboot -bash-4.3# rpm-ostree status TIMESTAMP (UTC) VERSION ID OSNAME REFSPEC * 2016-06-20 20:15:43 23.141 e3e06c5186 fedora-atomic fedora-atomic:fedora-atomic/f23/x86_64/docker-host 2016-06-15 23:09:40 23.138 257264bb4a fedora-atomic fedora-atomic:fedora-atomic/f23/x86_64/docker-host -bash-4.3# rpm -q rpm-ostree rpm-ostree-2016.1-3.fc23.x86_64 -bash-4.3# ostree log e3e06c5186 commit e3e06c5186938ed3de10721e642e5f44b11e53be8d7dd592823c2c0892aeb268 Date: 2016-06-20 20:15:43 +0000 Version: 23.141 << History beyond this commit not fetched >> |