~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to debian/patches/bug-8624b.patch

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-07-30 10:15:40 UTC
  • mfrom: (0.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20140730101540-b7gsn9jqkye4a5ty
Tags: 0.80.5-1
* New upstream stable release:
  - d/p/firefly-post-release.patch: Dropped, no longer required.
  - d/lib{rados2,cephfs1}.symbols: Update with new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
--- a/src/mon/MDSMonitor.cc
13
13
+++ b/src/mon/MDSMonitor.cc
14
 
@@ -1130,9 +1130,12 @@
15
 
       ss << "pool id '" << data << "' does not exist";
 
14
@@ -1131,7 +1131,10 @@ bool MDSMonitor::prepare_command(MMonCom
16
15
       r = -ENOENT;
17
16
       goto out;
18
17
     } else if (p->is_erasure()) {
24
23
       r = -EINVAL;
25
24
       goto out;
26
25
     }
27
 
 
28
 
@@ -1141,9 +1144,12 @@
29
 
       ss << "pool id '" << metadata << "' does not exist";
 
26
@@ -1142,7 +1145,10 @@ bool MDSMonitor::prepare_command(MMonCom
30
27
       r = -ENOENT;
31
28
       goto out;
32
29
     } else if (p->is_erasure()) {
38
35
       r = -EINVAL;
39
36
       goto out;
40
37
     }
41