]> git.proxmox.com Git - ceph.git/blame - ceph/qa/workunits/post-file.sh
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / qa / workunits / post-file.sh
CommitLineData
11fdf7f2
TL
1#!/usr/bin/env bash
2set -ex
7c673cae
FG
3
4what="$1"
5[ -z "$what" ] && what=/etc/udev/rules.d
6sudo ceph-post-file -d ceph-test-workunit $what
7
8echo OK