- 03 Nov, 2009 1 commit
-
-
Sage Weil authored
We exchange struct ceph_entity_addr over the wire and store it on disk. The sockaddr_storage.ss_family field, however, is host endianness. So, fix ss_family endianness to big endian when sending/receiving over the wire. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 27 Oct, 2009 1 commit
-
-
Sage Weil authored
This simplifies much of the error handling during mount. It also means that we have the mount args before client creation, and we can initialize based on those options. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 16 Oct, 2009 2 commits
-
-
Sage Weil authored
Pass the front_len we need when pulling a message off a msgpool, and WARN if it is greater than the pool's size. Then try to allocate a new message (to continue without failing). Signed-off-by:
Sage Weil <sage@newdream.net>
-
Sage Weil authored
Defined a struct for the SUBSCRIBE_ACK, and use that to size the msgpool. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 14 Oct, 2009 1 commit
-
-
Sage Weil authored
This avoids the fugly pass by reference and makes the code a bit easier to read. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 12 Oct, 2009 1 commit
-
-
Sage Weil authored
This lets us extend the format more easily. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 09 Oct, 2009 1 commit
-
-
Sage Weil authored
The mon request headers now include session_mon information that must be properly initialized. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 08 Oct, 2009 1 commit
-
-
Sage Weil authored
Be conservative: renew subscription once half the interval has expired. Do not reuse sub expiration to control hunting. Signed-off-by:
Sage Weil <sage@newdream.net>
-
- 06 Oct, 2009 1 commit
-
-
Sage Weil authored
The monitor cluster is responsible for managing cluster membership and state. The monitor client handles what minimal interaction the Ceph client has with it: checking for updated versions of the MDS and OSD maps, getting statfs() information, and unmounting. Signed-off-by:
Sage Weil <sage@newdream.net>
-