Skip to content

Commit

Permalink
bump client version requirements
Browse files Browse the repository at this point in the history
also add obnoxious note to look at the manual. Can be removed after the next
major version.

git-svn-id: http://code.sixapart.com/svn/mogilefs/trunk@1484 f67b2e87-0811-0410-a7e0-dd94e48410d6
  • Loading branch information
dormando committed Sep 19, 2010
1 parent 8f48de4 commit ace9ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ WriteMakefile(
PREREQ_PM => {
'LWP::Simple' => 0,
'Compress::Zlib' => 0,
'MogileFS::Client' => '1.11',
'MogileFS::Client' => '1.13',
},
);
2 changes: 2 additions & 0 deletions mogadm
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ sub cmd_device_add {
sub cmd_device_mark {
my $args = shift;

print "***NOTE***: As of server version 2.40 'drain' has changed. See docs/wiki\n";
my $mogadm = mogadm();
$mogadm->change_device_state($args->{hostname},
$args->{devid},
Expand All @@ -832,6 +833,7 @@ sub cmd_device_modify {
my $hostname = delete $args->{hostname};
my $devid = delete $args->{devid};

print "***NOTE***: As of server version 2.40 'drain' has changed. See docs/wiki\n";
my $mogadm = mogadm();
$mogadm->update_device($hostname, $devid, $args);

Expand Down

0 comments on commit ace9ae9

Please sign in to comment.