diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-10 18:33:56 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-10 18:33:56 +0100 |
commit | 7b89ee666b9562a2ad3d776ddedcd94e8eaa2a44 (patch) | |
tree | 7bdc53b0ea6a6ef51c3d46a7beab4066ef57280f /src/psim.cc | |
parent | abc80ffc5b1aab3915c049701ab85c57fe93d550 (diff) | |
download | ceph-7b89ee666b9562a2ad3d776ddedcd94e8eaa2a44.tar.gz |
ceph-test: give binaries from ceph-test package useful names
The files from the ceph-test subpackage are installed to /usr/bin,
give them more useful names to make sure that the user know they
belong to ceph. add a 'ceph_' prefix and change some test* binaries
to ceph_test_*.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'src/psim.cc')
-rw-r--r-- | src/psim.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psim.cc b/src/psim.cc index b089876e090..89d261a27c8 100644 --- a/src/psim.cc +++ b/src/psim.cc @@ -52,7 +52,7 @@ int main(int argc, char **argv) int x = H(oid); x = ceph_stable_mod(x, 1023, 1023); int s = crush_hash32(x) % 15; - //cout << "psim: x = " << x << " s = " << s << std::endl; + //cout << "ceph_psim: x = " << x << " s = " << s << std::endl; //osds[0] = s; } #endif |