mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
3afc8ac253
Sometimes when teuthology machines are provisioned, the command `hostname --fqdn` does not provide a fully qualified domain name but instead just the hostname (e.g., smithi149 instead of smithi149.front.sepia.ceph.com). This prevents the teuthology test for rgw-orphan-list from running successfully [for example, the hostname was for some reason mis-interpreted as the bucket name in the request]. This commit checks whether the hostname derived from `hostname --fqdn` contains any '.'s and if it does not, it will append ".front.sepia.ceph.com" to the hostname. This is a hack, but until teuthology machines are configured appropriately it seems to be a reasonable work-around. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> |
||
---|---|---|
.. | ||
run-reshard.sh | ||
run-s3tests.sh | ||
s3_bucket_quota.pl | ||
s3_multipart_upload.pl | ||
s3_user_quota.pl | ||
s3_utilities.pm | ||
test_rgw_gc_log.sh | ||
test_rgw_obj.sh | ||
test_rgw_orphan_list.sh | ||
test_rgw_reshard.py | ||
test_rgw_throttle.sh |