mirror of
https://github.com/ceph/ceph
synced 2025-02-21 09:57:26 +00:00
debian: build ceph-resource-agents
This commit is contained in:
parent
b6c43d2aff
commit
b3f8b55dd7
1
debian/ceph-resource-agents.install
vendored
Normal file
1
debian/ceph-resource-agents.install
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/ocf/resource.d/ceph/*
|
13
debian/control
vendored
13
debian/control
vendored
@ -112,6 +112,19 @@ Description: debugging symbols for ceph-common
|
||||
.
|
||||
This package contains the debugging symbols for ceph-common.
|
||||
|
||||
Package: ceph-resource-agents
|
||||
Architecture: linux-any
|
||||
Recommends: pacemaker
|
||||
Priority: extra
|
||||
Depends: ceph (= ${binary:Version}), ${misc:Depends}, resource-agents
|
||||
Description: OCF-compliant resource agents for Ceph
|
||||
Ceph is a distributed storage and network file system designed to provide
|
||||
excellent performance, reliability, and scalability.
|
||||
.
|
||||
This package contains the resource agents (RAs) which integrate
|
||||
Ceph with OCF-compliant cluster resource managers,
|
||||
such as Pacemaker.
|
||||
|
||||
Package: librados2
|
||||
Conflicts: librados, librados1
|
||||
Replaces: librados, librados1
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -20,6 +20,8 @@ endif
|
||||
|
||||
export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
||||
|
||||
extraopts += --with-ocf
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH), armel)
|
||||
# armel supports ARMv4t or above instructions sets.
|
||||
# libatomic-ops is only usable with Ceph for ARMv6 or above.
|
||||
|
Loading…
Reference in New Issue
Block a user