Elements have been added to support mounting Ceph file systems. Change-Id: I7516ca10ea9ba2606185395e8f8cedf8304d46fb
6 lines
77 B
Bash
Executable File
6 lines
77 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
|
|
install-packages ceph-common ceph-fuse crudini
|