Project

General

Profile

Actions

Bug #7500

closed

port numbers in rgw s3 code should be settable.

Added by Anonymous about 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

The scripts in ceph/qa/workunit/rgw assume that the apache port used is 7280. This should be configurable from a yaml or an environment variable, with 7280 as the default (something like a python get, but this is perl code so it ain't as easy (for me yet)).

Actions #1

Updated by Anonymous about 10 years ago

  • Assignee set to Anonymous
Actions #2

Updated by Anonymous about 10 years ago

  • Project changed from rgw to teuthology
Actions #3

Updated by Anonymous about 10 years ago

Note to self: Something like:

my $port = $ENV{PORT} || 7280;

will probably work.

Actions #4

Updated by Anonymous about 10 years ago

  • Assignee deleted (Anonymous)
  • Priority changed from Normal to Low

Lowered priority (no one has been clamoring for this. Current tests work using the default port number). I believe that this is a one line change to the workunit but to see the effect of the change an environment variable needs to be set by the tester.

Actions #5

Updated by Anonymous about 10 years ago

  • Assignee set to Anonymous
Actions #6

Updated by Anonymous almost 10 years ago

These changes have been made to wip-7500-wusui, pull request #1736

Actions #7

Updated by Anonymous almost 10 years ago

  • Status changed from New to Resolved
  • Priority changed from Low to Normal

Fix merged

Actions

Also available in: Atom PDF