mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-01 14:02:24 +01:00
* install mgr dashboard node modules on install as too large * drop 32bit for the minute * enable for s390x
13 lines
320 B
Diff
13 lines
320 B
Diff
submitted as https://github.com/ceph/ceph/pull/40583
|
|
|
|
--- a/src/tools/cephfs_mirror/PeerReplayer.cc
|
|
+++ b/src/tools/cephfs_mirror/PeerReplayer.cc
|
|
@@ -5,6 +5,7 @@
|
|
#include <fcntl.h>
|
|
#include <algorithm>
|
|
#include <sys/time.h>
|
|
+#include <sys/file.h>
|
|
|
|
#include "common/admin_socket.h"
|
|
#include "common/ceph_context.h"
|