On Wed, Oct 28, 2015 at 7:54 PM, Matt Taylor <[email protected]> wrote: > I still see rsync errors due to permissions on the remote side: >
Thanks for the heads' up; I bet another upload rsync process got interrupted there. I've run the following to remove all the oddly-named RPM files: for f in $(locate *.rpm.* ) ; do rm -i $f; done Please let us know if there are other problems like this. - Ken _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
