forked from hachi/MogileFS-Server
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix various typos, spelling and grammar errors
Most of the fixed errors are in comments, but a few are in messages from the system or build files. Some examples: - MogileFS.pm provides a the perl client for the MogileFS application-level + MogileFS.pm provides a perl client for the MogileFS application-level - ABSTRACT => 'Plugin for mogilefs server represending a UNIX like filesystem on top of mogilefs.', + ABSTRACT => 'Plugin for mogilefs server representing a UNIX like filesystem on top of mogilefs.', - des => "Comma-seperated list of filenames to load when a user visits a directory URL, listed in order of preference.", + des => "Comma-separated list of filenames to load when a user visits a directory URL, listed in order of preference.", - "--weight=i" => "Postive numeric weight for device", + "--weight=i" => "Positive numeric weight for device", And so on... Signed-off-by: Nick Andrew <[email protected]> git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1198 f67b2e87-0811-0410-a7e0-dd94e48410d6
- Loading branch information
nickandrew
committed
Jul 10, 2008
1 parent
f3595d6
commit 87a1ca6
Showing
32 changed files
with
64 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
* Postgres locking routines did not include the hostname for the lock | ||
* Many spelling errors corrected. | ||
|
||
* PostGres locking routines did not include the hostname for the lock | ||
release. | ||
|
||
* RFC 2518 says we "should" use a trailing slash when calling | ||
|
@@ -11,7 +13,7 @@ | |
|
||
* Fix MultipleHosts replication policy to no longer return desperate | ||
devices after no longer being desperate, instead returning a state | ||
which will queue for retries in the future till it can be truely | ||
which will queue for retries in the future till it can be truly | ||
happy. This prevents files from being replicated to all writable | ||
devs when there are two few writable hosts to satisfy the policy. | ||
|
||
|
@@ -77,12 +79,12 @@ | |
|
||
* Add a safety check to ensure that Postgresql-8.2 or newer is used. | ||
|
||
* Update mogdbsetup usage, and ensure it choses the correct admin | ||
* Update mogdbsetup usage, and ensure it chooses the correct admin | ||
username automatically. | ||
|
||
* Document the --type option to mogdbsetup. | ||
|
||
* Introduce the Postgres Store implementation. The locking system might | ||
* Introduce the PostGres Store implementation. The locking system might | ||
still have issues, beware of stale locks! Initial prototype by Radu | ||
Greab <[email protected]>, and developed heavily by Robin H. Johnson | ||
<[email protected]>. | ||
|
@@ -99,13 +101,13 @@ | |
printf stuff works nicely. | ||
|
||
* The unix_timestamp function belongs to the Store, not other classes. | ||
Need to add testcases for process_deletes and stats. | ||
Need to add test cases for process_deletes and stats. | ||
|
||
* Using NULL during an INSERT for the AUTO_INCREMENT column does not | ||
work very well outside of MySQL. Pass the correct number of arguments | ||
to the INSERT instead. | ||
|
||
* Clean up all raw usages of UNIX_TIMETAMP() function, in preparation | ||
* Clean up all raw usages of UNIX_TIMESTAMP() function, in preparation | ||
for database independence. If you need the unix timestamp, include the output | ||
of $self->unix_timestamp directly into your query. | ||
|
||
|
@@ -138,7 +140,7 @@ | |
* Fix get_paths to honor new device state of 'drain' via new | ||
DeviceStates interface. | ||
|
||
* use signifigantly less CPU when re-broadcasting around | ||
* use significantly less CPU when re-broadcasting around | ||
iostat device utilization% to child processes. (future: | ||
don't rebroadcast at all and use shared memory) | ||
|
||
|
@@ -279,7 +281,7 @@ | |
incomplete "Fsck" worker. | ||
|
||
* test cleanup/robustness improvements. properly skips testing when | ||
testin deps not found. but searches harder for them now, too. | ||
testing deps not found. but searches harder for them now, too. | ||
tests run under "make disttest". | ||
|
||
* packaging cleanups, released using ShipIt. | ||
|
@@ -300,7 +302,7 @@ | |
* mogilefsd: memcache support for get_paths (see doc/memcache-support.txt) | ||
|
||
2007-03-16: | ||
* mogstored: make child processes be exec'ed (as as their own scripts, not inhertting | ||
* mogstored: make child processes be exec'ed (as as their own scripts, not inheriting | ||
Perlbal, Linux::AIO/IO::AIO, etc baggage). so they don't own listening | ||
sockets, pipes to child workers, signal handlers, etc. just a lot | ||
cleaner now, and SIGTERM, SIGINT properly shut everything down now, | ||
|
@@ -354,7 +356,7 @@ | |
* mogilefsd: major refactoring/cleanup/new features ("MogileFS 2.0") | ||
|
||
2006-03-01 (Brad) | ||
* mogilefsd: fix dataloss bug when the 'tempfile' table is Innodb and the | ||
* mogilefsd: fix dataloss bug when the 'tempfile' table is InnoDB and the | ||
server is restarted while the tempfile table is empty. | ||
|
||
2006-02-28 (Jr) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: MogileFS-Server | ||
summary: MoilgeFS-Server - MogileFS Server daemons and utilities. | ||
summary: MogileFS-Server - MogileFS Server daemons and utilities. | ||
version: 2.17 | ||
release: 1 | ||
vendor: Brad Fitzpatrick <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
mogilefs-server (1.00-2) unstable; urgency=low | ||
|
||
* fix dataloss bug when the 'tempfile' table is Innodb and the | ||
* fix data loss bug when the 'tempfile' table is InnoDB and the | ||
server is restarted while the tempfile table is empty. | ||
|
||
-- Pavel Skaldin <[email protected]> Thu, 2 Mar 2006 17:12:51 -0800 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.