cephfs admin: disable package on 'luminous' and 'mimic'

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2020-08-05 15:12:44 -04:00 committed by John Mulligan
parent caac65de71
commit f9e1ec5d2a
10 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
// ByteCount represents the size of a volume in bytes.

View File

@ -5,5 +5,7 @@ CephFS volumes, subvolumes, etc.
Unlike the cephfs package this API does not map to APIs provided by
ceph libraries themselves. This API is not yet stable and is subject
to change.
This package only supports ceph "nautilus" and "octopus" at this time.
*/
package admin

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
import (

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
import (

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
// this is the internal type used to create JSON for ceph.

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
import (

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
// this is the internal type used to create JSON for ceph.

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
import (

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
var listVolumesCmd = []byte(`{"prefix":"fs volume ls"}`)

View File

@ -1,3 +1,5 @@
// +build !luminous,!mimic
package admin
import (