We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ba7bd commit 367f877Copy full SHA for 367f877
src/osd/PGBackend.cc
@@ -15,13 +15,15 @@
15
*
16
*/
17
18
-
+#include "PGBackend.h"
19
+#include "common/debug.h"
20
#include "common/errno.h"
21
#include "common/scrub_types.h"
22
+#include "include/random.h" // for ceph::util::generate_random_number()
23
#include "ReplicatedBackend.h"
24
#include "osd/scrubber/ScrubStore.h"
25
+#include "ECBackend.h"
26
#include "ECSwitch.h"
-#include "PGBackend.h"
27
#include "OSD.h"
28
#include "erasure-code/ErasureCodePlugin.h"
29
#include "OSDMap.h"
0 commit comments