dc105fdcfa
This PS adds support for CephFS in OSH. Change-Id: I54d5302b89f04cc30f151c8db59f476f02be5652
528 B
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