nvme-multipath: don't print ANA group state by default
authorHannes Reinecke <hare@suse.com>
Mon, 29 Apr 2019 03:24:42 +0000 (20:24 -0700)
committerChristoph Hellwig <hch@lst.de>
Wed, 1 May 2019 13:17:16 +0000 (09:17 -0400)
Signed-off-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/multipath.c

index e6ddc83..5c9429d 100644 (file)
@@ -429,7 +429,7 @@ static int nvme_update_ana_state(struct nvme_ctrl *ctrl,
        unsigned *nr_change_groups = data;
        struct nvme_ns *ns;
 
-       dev_info(ctrl->device, "ANA group %d: %s.\n",
+       dev_dbg(ctrl->device, "ANA group %d: %s.\n",
                        le32_to_cpu(desc->grpid),
                        nvme_ana_state_names[desc->state]);