Bug 1455713
| Summary: | overlay2 driver, deleted files still show in ls and file globs | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Steve Baker <sbaker> |
| Component: | docker | Assignee: | Vivek Goyal <vgoyal> |
| Status: | CLOSED DUPLICATE | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.5-Alt | CC: | amurdaca, lsm5, walters |
| Target Milestone: | rc | Keywords: | Extras |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-28 21:10:53 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: | |
| Embargoed: | |||
|
Description
Steve Baker
2017-05-25 22:37:37 UTC
What's the underlying fs type? `docker info` ? I think this is likely to be a dup of: https://bugzilla.redhat.com/show_bug.cgi?id=1288162#c81 Basically, your /var/lib/docker needs to be on a newer XFS. You can make it its own LV, or reinstall with 7.3. I tried again with a newer centos cloud image (CentOS-7-x86_64-GenericCloud-1704) and cannot reproduce. # xfs_info / |grep ftype naming =version 2 bsize=4096 ascii-ci=0 ftype=1 *** This bug has been marked as a duplicate of bug 1288162 *** |