parent
6795a4954c
commit
1002e22937
@ -81,6 +81,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 9 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-11
|
* Tue Jun 9 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-11
|
||||||
- migrate from cron job to systemd timer
|
- migrate from cron job to systemd timer
|
||||||
|
- prune ceph filesystem (#1223582)
|
||||||
|
|
||||||
* Tue May 26 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-10
|
* Tue May 26 2015 Michal Sekletar <msekleta@redhat.com> - 0.26-10
|
||||||
- prune path /var/lib/ceph (#1223582)
|
- prune path /var/lib/ceph (#1223582)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
PRUNE_BIND_MOUNTS = "yes"
|
PRUNE_BIND_MOUNTS = "yes"
|
||||||
PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda configfs cpuset debugfs devpts ecryptfs exofs fuse fuse.sshfs fusectl gfs gfs2 gpfs hugetlbfs inotifyfs iso9660 jffs2 lustre mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs selinuxfs sfs sockfs sysfs tmpfs ubifs udf usbfs"
|
PRUNEFS = "9p afs anon_inodefs auto autofs bdev binfmt_misc cgroup cifs coda configfs cpuset debugfs devpts ecryptfs exofs fuse fuse.sshfs fusectl gfs gfs2 gpfs hugetlbfs inotifyfs iso9660 jffs2 lustre mqueue ncpfs nfs nfs4 nfsd pipefs proc ramfs rootfs rpc_pipefs securityfs selinuxfs sfs sockfs sysfs tmpfs ubifs udf usbfs ceph fuse.ceph"
|
||||||
PRUNENAMES = ".git .hg .svn .bzr .arch-ids {arch} CVS"
|
PRUNENAMES = ".git .hg .svn .bzr .arch-ids {arch} CVS"
|
||||||
PRUNEPATHS = "/afs /media /mnt /net /sfs /tmp /udev /var/cache/ccache /var/lib/yum/yumdb /var/lib/dnf/yumdb /var/spool/cups /var/spool/squid /var/tmp /var/lib/ceph"
|
PRUNEPATHS = "/afs /media /mnt /net /sfs /tmp /udev /var/cache/ccache /var/lib/yum/yumdb /var/lib/dnf/yumdb /var/spool/cups /var/spool/squid /var/tmp /var/lib/ceph"
|
||||||
|
Loading…
Reference in New Issue
Block a user