openstack-helm/doc/source/troubleshooting/ubuntu-hwe-kernel.rst
portdirect dc105fdcfa CephFS: support for OSH
This PS adds support for CephFS in OSH.

Change-Id: I54d5302b89f04cc30f151c8db59f476f02be5652
2018-01-09 15:41:45 -05:00

528 B

Ubuntu HWE Kernel

To make use of CephFS in Ubuntu the HWE Kernel is required, until the issue described here is fixed.

Installation

To deploy the HWE kernel, prior to deploying Kubernetes and OpenStack-Helm the following commands should be run on each node:

#!/bin/bash
sudo -H apt-get update
sudo -H apt-get install -y linux-generic-hwe-16.04
sudo -H reboot now