Re: [ceph-users] wrong diff-export format description

2015-05-07 Thread Jason Dillaman
2015 5:23:12 AM Subject: [ceph-users] wrong diff-export format description Hi all, It looks like a bit wrong description http://ceph.com/docs/master/dev/rbd-diff/ * u8: ā€˜s’ * u64: (ending) image size I suppose that instead of u64 should be used something like le64, isn't it?

[ceph-users] wrong diff-export format description

2015-05-07 Thread Ultral
Hi all, It looks like a bit wrong description http://ceph.com/docs/master/dev/rbd-diff/ - u8: ā€˜s’ - u64: (ending) image size I suppose that instead of u64 should be used something like le64, isn't it? Because of from this description is not clear which bytes order should I use.. _