Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / tools / rbd_mirror / image_replayer / Types.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3
4 #ifndef CEPH_RBD_MIRROR_IMAGE_REPLAYER_TYPES_H
5 #define CEPH_RBD_MIRROR_IMAGE_REPLAYER_TYPES_H
6
7 namespace rbd {
8 namespace mirror {
9 namespace image_replayer {
10
11 enum HealthState {
12   HEALTH_STATE_OK,
13   HEALTH_STATE_WARNING,
14   HEALTH_STATE_ERROR
15 };
16
17 } // namespace image_replayer
18 } // namespace mirror
19 } // namespace rbd
20
21 #endif // CEPH_RBD_MIRROR_IMAGE_REPLAYER_TYPES_H