> Please note that Ceph builds the static libraries of RocksDB only. > While it builds, I've doubts if it really can handle 64 bit data of > RocksDB on x32 architectures. > Can you try Ceph on x32 architectures with RocksDB bits used? I don't > follow Ceph anymore and I don't know what RocksDB used for in it. >
I haven't tried ceph on x32, but I tried to run rocksdb's examples[1] on i386 chroot. I modified the Makefile so it can be dynamically linked. All the examples run without problem. Please note that to build rocksdb on i386/armhf, one patch is needed: https://github.com/facebook/rocksdb/pull/3622 [1] https://github.com/facebook/rocksdb/tree/master/examples -- Best regards, Shengjing Zhu