Message ID | 1467706353-16878-5-git-send-email-mchristi@redhat.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Delegated to: | christophe varoqui |
Headers | show |
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 6116124..27a6ff1 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -1206,6 +1206,21 @@ static struct hwentry default_hw[] = { .pgfailback = 30, .minio = 128, }, + { + .vendor = "Ceph", + .product = "RBD", + .features = DEFAULT_FEATURES, + .hwhandler = DEFAULT_HWHANDLER, + .pgpolicy = FAILOVER, + .pgfailback = -FAILBACK_IMMEDIATE, + .no_path_retry = NO_PATH_RETRY_FAIL, + .checker_name = RBD, + .user_friendly_names = USER_FRIENDLY_NAMES_ON, + .uid_attribute = "ID_UID", + .prio_name = PRIO_CONST, + .deferred_remove = DEFERRED_REMOVE_ON, + }, + /* * EOL */
Add rbd to hwtable. These defaults are for the HA type of setup supported by the checker. We do no support features like multibus at the dm-multipath level yet. Signed-off-by: Mike Christie <mchristi@redhat.com> --- libmultipath/hwtable.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+)