From patchwork Mon Nov 9 06:49:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Po-Hsu Lin X-Patchwork-Id: 1396513 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4CV1pP1NWGz9sSf; Mon, 9 Nov 2020 17:50:20 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1kc10H-0000Eo-BB; Mon, 09 Nov 2020 06:50:13 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kc10F-0000EO-Qr for kernel-team@lists.ubuntu.com; Mon, 09 Nov 2020 06:50:11 +0000 Received: from mail-pl1-f197.google.com ([209.85.214.197]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kc10F-00018Y-FN for kernel-team@lists.ubuntu.com; Mon, 09 Nov 2020 06:50:11 +0000 Received: by mail-pl1-f197.google.com with SMTP id x19so944298plm.19 for ; Sun, 08 Nov 2020 22:50:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=pTXr+uoFkgA12NaPxlrYwlMoERrV1eo6C0MSf5G6fJE=; b=eXBrSLQXnzkiB3FNdcRVMLjOQvOcRKGDYYfOO5t68m2CkWd/VqnZ2fuPM6LX7y053j 2UD65vslClwdbrGhIdhWWpg8f2T1SVN+sdX4o+5rfwV/4mZXCju2Vx/kliwAEh9kVG/u RFmZ3GMaMIpAdo3hYxrZ5jQwAcG258VANrdijcpkZ3y3i88t2UQzFl1wMhRup4piu6v9 MrwGdheIMODx+RjlPmWzDHjM02Q6kMr4IY8sOggXayh1abxEFiW+CkKdifJG0xf0wqB2 TW9G++9Wavx2OFdChxqLv1wP53aW/EkQP1+ECBd8KU5+m32xNH3nOTQnLnesoqdJvkts DdqA== X-Gm-Message-State: AOAM532VTMqd/klr9M6wB9viAwgHSn56SpxlojWd2QsceWDMgMl+1i4U OLTy7uKD7D7Qo9Lc7zmYq+cyQDh4kWS2oQd/TmCbGFdSWJW99iowCKd0JAtwwtuvHrwmZY4ETCf VFcYdVCj/uZSfvnqNd6FgRWVM1teAEGoWYYXDt8aE X-Received: by 2002:a63:f318:: with SMTP id l24mr11165096pgh.193.1604904609910; Sun, 08 Nov 2020 22:50:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJyhLyjUea/M2gc5WcpcoDrSiiS3ZfOJkC/uWAqVKm5cNO/zMUoowMfDlgDUN13rShRWTrKqRA== X-Received: by 2002:a63:f318:: with SMTP id l24mr11165082pgh.193.1604904609702; Sun, 08 Nov 2020 22:50:09 -0800 (PST) Received: from Leggiero.taipei.internal (61-220-137-38.HINET-IP.hinet.net. [61.220.137.38]) by smtp.gmail.com with ESMTPSA id v6sm9751380pff.83.2020.11.08.22.50.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 08 Nov 2020 22:50:08 -0800 (PST) From: Po-Hsu Lin To: kernel-team@lists.ubuntu.com Subject: [G/H linux-kvm][SRU][PATCH 1/1] UBUNTU: [Config] kvm: Enable Rados block device support Date: Mon, 9 Nov 2020 14:49:59 +0800 Message-Id: <20201109064959.15252-2-po-hsu.lin@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201109064959.15252-1-po-hsu.lin@canonical.com> References: <20201109064959.15252-1-po-hsu.lin@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1902434 Enable the rbd (Rados block device) module support for Ceph. Signed-off-by: Po-Hsu Lin Acked-by: Kleber Sacilotto de Souza Acked-by: Stefan Bader --- debian.kvm/config/config.common.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.kvm/config/config.common.ubuntu b/debian.kvm/config/config.common.ubuntu index 06626c8..5959890 100644 --- a/debian.kvm/config/config.common.ubuntu +++ b/debian.kvm/config/config.common.ubuntu @@ -240,7 +240,7 @@ CONFIG_BLK_DEV_PMEM=y CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=65536 -# CONFIG_BLK_DEV_RBD is not set +CONFIG_BLK_DEV_RBD=m # CONFIG_BLK_DEV_RSXX is not set CONFIG_BLK_DEV_SD=y # CONFIG_BLK_DEV_SKD is not set