Michael Scherer <[email protected]> wrote: > The only issue I face is that you flagged most of /usr as unchangeable, > and I do not know how cleanly it would be to remove the flags before > applying changes and apply that again with the current layout of our > ansible roles. But I will figure something out.
I did this because of a glusterfs bug that overrote random file with logs. I tend to use it that way to overrite a file: cat hosts | ssh root@host "chflags nouchg /etc/hosts; cat > /etc/hosts; chflags uchg /etc/hosts" -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz [email protected] _______________________________________________ Gluster-infra mailing list [email protected] http://www.gluster.org/mailman/listinfo/gluster-infra
