Bug 1281534
Summary: | apt-get purge glusterfs-server removes non-empty /var/log/glusterfs directory | ||
---|---|---|---|
Product: | [Community] GlusterFS | Reporter: | Tom Downes <thomas.downes> |
Component: | packaging | Assignee: | Kaleb KEITHLEY <kkeithle> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.6.6 | CC: | glusterbugs, pmatthaei |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-17 13:39:04 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
Tom Downes
2015-11-12 16:53:11 UTC
Should have fully specified platform: Debian wheezy. Hello, in Debian itself it is not the case. /var/log/glusterfs is included in the glusterfs-common package, where -client and -server depend on it. So the log directory is just deleted, if you purge the -common package (which will remove also the -client and -server package). Hi Patrick / Kaleb: Back from Christmas break... :) I didn't get the notifications from Kaleb. Patrick's comments seem to deny that this problem affected version 3.6.6 although there is a clear change from 3.6.6 to 3.6.7 that seems to be the fix I wanted. These lines were removed from the "postrm" script. #! /bin/sh set -e case "$1" in purge) rm -rf /var/log/glusterfs ;; ... In any instance, thank you for being responsive. Tom |