Re: write operations

2011-07-23 Thread Sage Weil
On Sat, 23 Jul 2011, Bill Hastings wrote: Hi Sage Sorry to send this to you directly. All attempts to send emails to ceph-devel@vger.kernel.org are failing for me. Here is my questions: vger throws out all HTML email. Make sure you send in plaintext. How do writes work in Ceph? If I open

Re: write operations

2011-07-23 Thread Fyodor Ustinov
Sage Weil sage at newdream.net writes: Ceph (by default) stripes files over 4MB objects. The default policy is configurable on a per-directory or per-file basis. Wow. Hot to? WBR, Fyodor. -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message

Re: write operations

2011-07-23 Thread Sage Weil
On Sat, 23 Jul 2011, Fyodor Ustinov wrote: Sage Weil sage at newdream.net writes: Ceph (by default) stripes files over 4MB objects. The default policy is configurable on a per-directory or per-file basis. Wow. Hot to? See 'man cephfs'. This should probably go in the wiki too. sage

Re: write operations

2011-07-23 Thread Sage Weil
On Sat, 23 Jul 2011, Bill Hastings wrote: Let us say I have a random write workload. I want to write 100 blocks to block X on replicas A, B and C. Let's assume that in replica C I wrote only 99 bytes and the replica crashes. How does it is correct itself? The writes are applied atomically.

Re: BUG: crash in mds after recovery

2011-07-23 Thread Marcus Sorensen
Yeah, I've got a few VMs set up to play with. Sort of painful having multiple VMs write twice with the hard disk journal. I'm certain now that I can duplicate this, so I'll start fresh again once more and keep track of the steps. Replying-all this time... On Sat, Jul 23, 2011 at 3:55 PM, Sage