]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mount.ceph: add comment explaining why we need to modprobe
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Aug 2019 11:55:41 +0000 (07:55 -0400)
committerNathan Cutler <ncutler@suse.com>
Thu, 14 Nov 2019 16:22:31 +0000 (17:22 +0100)
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit e31ae6123d11c4a81d3f381901a1777052b567ac)

src/mount/mount.ceph.c

index 1c69e9c6d8ddc8bf25deeaefdaf490737bdceaa0..470338d5643354cb852e8c3132b5c90518e57beb 100644 (file)
@@ -344,6 +344,7 @@ int main(int argc, char *argv[])
                exit(1);
        }
 
+       /* Ensure the ceph key_type is available */
        modprobe();
 
        popts = parse_options(opts, &flags);