Files
osops/contrib/openstack-ansible/cleanup_host.sh
Sean McGinnis 1fb65296c9 Restructure for repo move
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-08-28 14:59:49 -05:00

8 lines
182 B
Bash

#!/bin/bash
# This script reclaims space on a host that might
# be low on disk space by getting rid of logs and
# extra data.
find /openstack/log/ -type f | xargs -n1 truncate -s0