diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-22 15:35:07 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-22 15:35:07 -0400 |
commit | e668f39111bf1696f6397e2ced18086d38ecb51e (patch) | |
tree | ae0d243888183279185b39541ec1054858af5525 | |
parent | a7b3a9be3db8123bc9802bf267d3dd888f1695f2 (diff) | |
download | meta-cloud-services-e668f39111bf1696f6397e2ced18086d38ecb51e.tar.gz |
kernel: enable NFSv 4.1 functionality
Ensure that NFS client 4.1 functionality is enabled, since cinder
requires this level of support.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
3 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto/nfs.cfg b/meta-openstack/recipes-kernel/linux/linux-yocto/nfs.cfg new file mode 100644 index 0000000..f131fcb --- /dev/null +++ b/meta-openstack/recipes-kernel/linux/linux-yocto/nfs.cfg | |||
@@ -0,0 +1 @@ | |||
CONFIG_NFS_V4_1=y | |||
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto/nfs.scc b/meta-openstack/recipes-kernel/linux/linux-yocto/nfs.scc new file mode 100644 index 0000000..567cefa --- /dev/null +++ b/meta-openstack/recipes-kernel/linux/linux-yocto/nfs.scc | |||
@@ -0,0 +1 @@ | |||
kconf non-hardware nfs.cfg | |||
diff --git a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend index e2025f1..28d4622 100644 --- a/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ b/meta-openstack/recipes-kernel/linux/linux-yocto_3.14.bbappend | |||
@@ -6,4 +6,5 @@ SRC_URI += "file://enable-veth.cfg \ | |||
6 | file://enable-nbd.cfg \ | 6 | file://enable-nbd.cfg \ |
7 | file://enable-rtlink.cfg \ | 7 | file://enable-rtlink.cfg \ |
8 | file://nf.scc \ | 8 | file://nf.scc \ |
9 | file://nfs.scc \ | ||
9 | " | 10 | " |