On Mon, Mar 28, 2011 at 04:33:57PM -0600, Steena Monteiro wrote: > Thanks, that worked. However, I'm getting a mount error now when I'm finally > trying to mount the ceph file system. > > sudo mount -t ceph 127.0.0.1:/ /ceph > mount error 5 = Input/output error > > Inspite of this, I can still see data move around with ceph -w ... Input/output error is the generic "I couldn't talk to the server" error message from Ceph mounts, there are multiple reasons for it. Perhaps there is something useful in the kernel logs, see /var/log/kern.log. You may have for example configured the server to demand authentication, and the above mount line is without authentication. What you see with ceph -w is the clusters internal heartbeat etc traffic. Also, note that we don't recommend using the kernel client on the same machine that is serving the Ceph cluster -- there are known deadlocks there, under memory pressure, unrelated to Ceph (NFS would trigger the same problem). Cfuse should be safe. -- :(){ :|:&};: -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html