From: Davide Caratti on gitlab.com
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3652#note_2345791508

I don't follow this: it's the "Rados block device (RBD)" that's used by ceph.
Because it uses AF_INET sockets, the Kconfig says:
```
config BLK_DEV_RBD
        tristate "Rados block device (RBD)"
        depends on INET && BLOCK
        select CEPH_LIB
        select LIBCRC32C
        select CRYPTO_AES
        select CRYPTO
        help
```
but this is not networking, it's a filesystem/storage component that
internally uses IPv4 sockets - like other components like iscsi or infiniband:
its disablement needs to be evaluated elsewhere

-- 
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to