使用 asinfo 向命名空间添加额外的设备

Adding extra device to namespace using asinfo

根据我在配置文档中看到的内容,使用相同名称 space 配置多个设备很容易:

namespace <namespace-name> {
    memory-size <SIZE>G         # Maximum memory allocation for primary
                                # and secondary indexes.
    storage-engine device {     # Configure the storage-engine to use persistence
        device /dev/<device>    # raw device. Maximum size is 2 TiB
        # device /dev/<device>  # (optional) another raw device.
        write-block-size 128K   # adjust block size to make it efficient for SSDs.
    }
}

有没有什么方法可以不重启 asd 服务就可以做到这一点?例如使用 asinfo 工具?

不可以,不能动态添加设备。

用户也在这里发帖: https://discuss.aerospike.com/t/adding-extra-device-to-namespace-using-asinfo/4525