User Tools

Site Tools


Sidebar

General Lab Info (Mainly for Devs)

Hardware

Lab Infrastructure Services

Misc Admin Tasks
These are infrequently completed tasks that don't fit under any specific service

Production Services

OVH = OVH
RHEV = Sepia RHE instance
Baremetal = Host in Sepia lab

The Attic/Legacy Info

services:cephfs

This is an old revision of the document!


CephFS

There are a few CephFS file systems available in the sepia lab. These reside on the Long Running Cluster.

Access to this Ceph cluster is available for any machine on the sepia VPN. You can and should mount these file systems on your laptop or development machine. This reduces load on some shared machines, like teuthology, and usually provides faster access depending on your client or network. However, for everyday use, you may prefer to access CephFS from a machine co-located with the other lab infrastructure, such as a Developer Playground machine, where OSD latency/bandwidth will be optimal.

To run the below playbooks, you need to be given access to the sepia VPN, the ssh key you shared should allow accessing this machine.

Please run the Ceph organization private ceph-devplayground ansible playbook to configure a node to mount the below CephFS file systems.

The teuthology FS

The majority of CephFS use is directed at the “teuthology” file system which hosts QA artifacts for analysis. Each test run has a directory in /teuthology-archive which is mounted at /teuthology. There is usually a /a symlink present pointing to /teuthology.

The scratch FS

This is a general purpose file system for “scratch” space. Do what you want with it but consider all data in it as eligible for deletion at any time. You're encouraged to create a personal top-level directory.

The postfile FS

The ceph-post-file utility dumps results in this file system. Users are encouraged to use this utility to share artifacts with Ceph developers.

The home FS

There is a “home” file system which hosts the home directories of users of teuthology and potentially other development nodes. Its access is restricted to administrators.

services/cephfs.1787752471.txt.gz · Last modified: 2026/08/26 13:54 by pdonnell