mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
Use "rbd device list" to list and find rbd images and their device paths
This change also starts mapping nbd based access using ther rbd CLI as, it is a prerequisite to get device listing for nbd as well. Signed-off-by: ShyamsundarR <srangana@redhat.com>
This commit is contained in:
parent
925bda2881
commit
44f7b1fe4b
@ -73,8 +73,6 @@ spec:
|
|||||||
- "--metadatastorage=k8s_configmap"
|
- "--metadatastorage=k8s_configmap"
|
||||||
- "--mountcachedir=/mount-cache-dir"
|
- "--mountcachedir=/mount-cache-dir"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -72,8 +72,6 @@ spec:
|
|||||||
- "--drivername=$(DRIVER_NAME)"
|
- "--drivername=$(DRIVER_NAME)"
|
||||||
- "--metadatastorage=k8s_configmap"
|
- "--metadatastorage=k8s_configmap"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -73,8 +73,6 @@ spec:
|
|||||||
- "--metadatastorage=k8s_configmap"
|
- "--metadatastorage=k8s_configmap"
|
||||||
- "--mountcachedir=/mount-cache-dir"
|
- "--mountcachedir=/mount-cache-dir"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -75,8 +75,6 @@ spec:
|
|||||||
- "--drivername=$(DRIVER_NAME)"
|
- "--drivername=$(DRIVER_NAME)"
|
||||||
- "--metadatastorage=k8s_configmap"
|
- "--metadatastorage=k8s_configmap"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -86,8 +86,6 @@ spec:
|
|||||||
- "--drivername=rbd.csi.ceph.com"
|
- "--drivername=rbd.csi.ceph.com"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
@ -61,8 +61,6 @@ spec:
|
|||||||
- "--drivername=rbd.csi.ceph.com"
|
- "--drivername=rbd.csi.ceph.com"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
@ -74,8 +74,6 @@ spec:
|
|||||||
- "--drivername=$(DRIVER_NAME)"
|
- "--drivername=$(DRIVER_NAME)"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -89,8 +89,6 @@ spec:
|
|||||||
- "--drivername=$(DRIVER_NAME)"
|
- "--drivername=$(DRIVER_NAME)"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -76,8 +76,6 @@ spec:
|
|||||||
- "--drivername=rbd.csi.ceph.com"
|
- "--drivername=rbd.csi.ceph.com"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
@ -61,8 +61,6 @@ spec:
|
|||||||
- "--drivername=rbd.csi.ceph.com"
|
- "--drivername=rbd.csi.ceph.com"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
valueFrom:
|
valueFrom:
|
||||||
fieldRef:
|
fieldRef:
|
||||||
|
@ -74,8 +74,6 @@ spec:
|
|||||||
- "--drivername=$(DRIVER_NAME)"
|
- "--drivername=$(DRIVER_NAME)"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -93,8 +93,6 @@ spec:
|
|||||||
- "--drivername=$(DRIVER_NAME)"
|
- "--drivername=$(DRIVER_NAME)"
|
||||||
- "--containerized=true"
|
- "--containerized=true"
|
||||||
env:
|
env:
|
||||||
- name: HOST_ROOTFS
|
|
||||||
value: "/rootfs"
|
|
||||||
- name: DRIVER_NAME
|
- name: DRIVER_NAME
|
||||||
value: {{ .Values.driverName }}
|
value: {{ .Values.driverName }}
|
||||||
- name: NODE_ID
|
- name: NODE_ID
|
||||||
|
@ -36,10 +36,6 @@ make image-cephcsi
|
|||||||
| `--instanceid` | "default" | Unique ID distinguishing this instance of Ceph CSI among other instances, when sharing Ceph clusters across CSI instances for provisioning |
|
| `--instanceid` | "default" | Unique ID distinguishing this instance of Ceph CSI among other instances, when sharing Ceph clusters across CSI instances for provisioning |
|
||||||
| `--metadatastorage` | _empty_ | Points to where legacy (1.0.0 or older plugin versions) metadata about provisioned volumes are kept, as file or in as k8s configmap (`node` or `k8s_configmap` respectively) |
|
| `--metadatastorage` | _empty_ | Points to where legacy (1.0.0 or older plugin versions) metadata about provisioned volumes are kept, as file or in as k8s configmap (`node` or `k8s_configmap` respectively) |
|
||||||
|
|
||||||
**Available environmental variables:**
|
|
||||||
|
|
||||||
`HOST_ROOTFS`: rbdplugin searches `/proc` directory under the directory set by `HOST_ROOTFS`.
|
|
||||||
|
|
||||||
**Available volume parameters:**
|
**Available volume parameters:**
|
||||||
|
|
||||||
| Parameter | Required | Description |
|
| Parameter | Required | Description |
|
||||||
|
@ -17,10 +17,8 @@ limitations under the License.
|
|||||||
package rbd
|
package rbd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
|
||||||
"os"
|
|
||||||
"path"
|
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
"time"
|
"time"
|
||||||
@ -32,165 +30,100 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
envHostRootFS = "HOST_ROOTFS"
|
|
||||||
rbdTonbd = "rbd-nbd"
|
rbdTonbd = "rbd-nbd"
|
||||||
|
moduleNbd = "nbd"
|
||||||
|
|
||||||
|
accessTypeKRbd = "krbd"
|
||||||
|
accessTypeNbd = "nbd"
|
||||||
|
|
||||||
rbd = "rbd"
|
rbd = "rbd"
|
||||||
nbd = "nbd"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var hasNBD = false
|
||||||
hostRootFS = "/"
|
|
||||||
hasNBD = false
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
host := os.Getenv(envHostRootFS)
|
|
||||||
if len(host) > 0 {
|
|
||||||
hostRootFS = host
|
|
||||||
}
|
|
||||||
hasNBD = checkRbdNbdTools()
|
hasNBD = checkRbdNbdTools()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Search /sys/bus for rbd device that matches given pool and image.
|
// rbdDeviceInfo strongly typed JSON spec for rbd device list output (of type krbd)
|
||||||
func getRbdDevFromImageAndPool(pool, image string) (string, bool) {
|
type rbdDeviceInfo struct {
|
||||||
// /sys/bus/rbd/devices/X/name and /sys/bus/rbd/devices/X/pool
|
ID string `json:"id"`
|
||||||
sysPath := "/sys/bus/rbd/devices"
|
Pool string `json:"pool"`
|
||||||
if dirs, err := ioutil.ReadDir(sysPath); err == nil {
|
Name string `json:"name"`
|
||||||
for _, f := range dirs {
|
Device string `json:"device"`
|
||||||
// Pool and name format:
|
}
|
||||||
// see rbd_pool_show() and rbd_name_show() at
|
|
||||||
// https://github.com/torvalds/linux/blob/master/drivers/block/rbd.c
|
// nbdDeviceInfo strongly typed JSON spec for rbd-nbd device list output (of type nbd)
|
||||||
name := f.Name()
|
// NOTE: There is a bug in rbd output that returns id as number for nbd, and string for krbd, thus
|
||||||
// First match pool, then match name.
|
// requiring 2 different JSON structures to unmarshal the output.
|
||||||
poolFile := path.Join(sysPath, name, "pool")
|
// NOTE: image key is "name" in krbd output and "image" in nbd output, which is another difference
|
||||||
// #nosec
|
type nbdDeviceInfo struct {
|
||||||
poolBytes, err := ioutil.ReadFile(poolFile)
|
ID int64 `json:"id"`
|
||||||
|
Pool string `json:"pool"`
|
||||||
|
Name string `json:"image"`
|
||||||
|
Device string `json:"device"`
|
||||||
|
}
|
||||||
|
|
||||||
|
// rbdGetDeviceList queries rbd about mapped devices and returns a list of rbdDeviceInfo
|
||||||
|
// It will selectively list devices mapped using krbd or nbd as specified by accessType
|
||||||
|
func rbdGetDeviceList(accessType string) ([]rbdDeviceInfo, error) {
|
||||||
|
// rbd device list --format json --device-type [krbd|nbd]
|
||||||
|
var (
|
||||||
|
rbdDeviceList []rbdDeviceInfo
|
||||||
|
nbdDeviceList []nbdDeviceInfo
|
||||||
|
)
|
||||||
|
|
||||||
|
stdout, _, err := util.ExecCommand(rbd, "device", "list", "--format="+"json", "--device-type", accessType)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
klog.V(4).Infof("error reading %s: %v", poolFile, err)
|
return nil, fmt.Errorf("error getting device list from rbd for devices of type (%s): (%v)", accessType, err)
|
||||||
continue
|
|
||||||
}
|
}
|
||||||
if strings.TrimSpace(string(poolBytes)) != pool {
|
|
||||||
klog.V(4).Infof("device %s is not %q: %q", name, pool, string(poolBytes))
|
if accessType == accessTypeKRbd {
|
||||||
continue
|
err = json.Unmarshal(stdout, &rbdDeviceList)
|
||||||
|
} else {
|
||||||
|
err = json.Unmarshal(stdout, &nbdDeviceList)
|
||||||
}
|
}
|
||||||
imgFile := path.Join(sysPath, name, "name")
|
|
||||||
// #nosec
|
|
||||||
imgBytes, err := ioutil.ReadFile(imgFile)
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
klog.V(4).Infof("error reading %s: %v", imgFile, err)
|
return nil, fmt.Errorf("error to parse JSON output of device list for devices of type (%s): (%v)", accessType, err)
|
||||||
continue
|
|
||||||
}
|
|
||||||
if strings.TrimSpace(string(imgBytes)) != image {
|
|
||||||
klog.V(4).Infof("device %s is not %q: %q", name, image, string(imgBytes))
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
// Found a match, check if device exists.
|
|
||||||
devicePath := "/dev/rbd" + name
|
|
||||||
if _, err := os.Lstat(devicePath); err == nil {
|
|
||||||
return devicePath, true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return "", false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func getMaxNbds() (int, error) {
|
// convert output to a rbdDeviceInfo list for consumers
|
||||||
|
if accessType == accessTypeNbd {
|
||||||
// the max number of nbd devices may be found in maxNbdsPath
|
for _, device := range nbdDeviceList {
|
||||||
// we will check sysfs for possible nbd devices even if this is not available
|
rbdDeviceList = append(
|
||||||
maxNbdsPath := "/sys/module/nbd/parameters/nbds_max"
|
rbdDeviceList,
|
||||||
_, err := os.Lstat(maxNbdsPath)
|
rbdDeviceInfo{
|
||||||
if err != nil {
|
ID: strconv.FormatInt(device.ID, 10),
|
||||||
return 0, fmt.Errorf("rbd-nbd: failed to retrieve max_nbds from %s err: %q", maxNbdsPath, err)
|
Pool: device.Pool,
|
||||||
}
|
Name: device.Name,
|
||||||
|
Device: device.Device,
|
||||||
klog.V(4).Infof("found nbds max parameters file at %s", maxNbdsPath)
|
|
||||||
|
|
||||||
maxNbdBytes, err := ioutil.ReadFile(maxNbdsPath)
|
|
||||||
if err != nil {
|
|
||||||
return 0, fmt.Errorf("rbd-nbd: failed to read max_nbds from %s err: %q", maxNbdsPath, err)
|
|
||||||
}
|
|
||||||
|
|
||||||
maxNbds, err := strconv.Atoi(strings.TrimSpace(string(maxNbdBytes)))
|
|
||||||
if err != nil {
|
|
||||||
return 0, fmt.Errorf("rbd-nbd: failed to read max_nbds err: %q", err)
|
|
||||||
}
|
|
||||||
|
|
||||||
klog.V(4).Infof("rbd-nbd: max_nbds: %d", maxNbds)
|
|
||||||
return maxNbds, nil
|
|
||||||
}
|
|
||||||
|
|
||||||
// Locate any existing rbd-nbd process mapping given a <pool, image>.
|
|
||||||
// Recent versions of rbd-nbd tool can correctly provide this info using list-mapped
|
|
||||||
// but older versions of list-mapped don't.
|
|
||||||
// The implementation below peeks at the command line of nbd bound processes
|
|
||||||
// to figure out any mapped images.
|
|
||||||
func getNbdDevFromImageAndPool(pool, image string) (string, bool) {
|
|
||||||
// nbd module exports the pid of serving process in sysfs
|
|
||||||
basePath := "/sys/block/nbd"
|
|
||||||
// Do not change imgPath format - some tools like rbd-nbd are strict about it.
|
|
||||||
imgPath := fmt.Sprintf("%s/%s", pool, image)
|
|
||||||
|
|
||||||
maxNbds, maxNbdsErr := getMaxNbds()
|
|
||||||
if maxNbdsErr != nil {
|
|
||||||
klog.V(4).Infof("error reading nbds_max %v", maxNbdsErr)
|
|
||||||
return "", false
|
|
||||||
}
|
|
||||||
|
|
||||||
for i := 0; i < maxNbds; i++ {
|
|
||||||
nbdPath := basePath + strconv.Itoa(i)
|
|
||||||
devicePath, err := getnbdDevicePath(nbdPath, imgPath, i)
|
|
||||||
if err != nil {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
return devicePath, true
|
|
||||||
}
|
|
||||||
return "", false
|
|
||||||
}
|
|
||||||
|
|
||||||
func getnbdDevicePath(nbdPath, imgPath string, count int) (string, error) {
|
|
||||||
|
|
||||||
_, err := os.Lstat(nbdPath)
|
|
||||||
if err != nil {
|
|
||||||
klog.V(4).Infof("error reading nbd info directory %s: %v", nbdPath, err)
|
|
||||||
return "", err
|
|
||||||
}
|
|
||||||
// #nosec
|
|
||||||
pidBytes, err := ioutil.ReadFile(path.Join(nbdPath, "pid"))
|
|
||||||
if err != nil {
|
|
||||||
klog.V(5).Infof("did not find valid pid file in dir %s: %v", nbdPath, err)
|
|
||||||
return "", err
|
|
||||||
}
|
|
||||||
cmdlineFileName := path.Join(hostRootFS, "/proc", strings.TrimSpace(string(pidBytes)), "cmdline")
|
|
||||||
// #nosec
|
|
||||||
rawCmdline, err := ioutil.ReadFile(cmdlineFileName)
|
|
||||||
if err != nil {
|
|
||||||
klog.V(4).Infof("failed to read cmdline file %s: %v", cmdlineFileName, err)
|
|
||||||
return "", err
|
|
||||||
}
|
|
||||||
cmdlineArgs := strings.FieldsFunc(string(rawCmdline), func(r rune) bool {
|
|
||||||
return r == '\u0000'
|
|
||||||
})
|
})
|
||||||
// Check if this process is mapping a rbd device.
|
}
|
||||||
// Only accepted pattern of cmdline is from execRbdMap:
|
}
|
||||||
// rbd-nbd map pool/image ...
|
|
||||||
if len(cmdlineArgs) < 3 || cmdlineArgs[0] != rbdTonbd || cmdlineArgs[1] != "map" {
|
|
||||||
klog.V(4).Infof("nbd device %s is not used by rbd", nbdPath)
|
|
||||||
return "", fmt.Errorf("nbd device %s is not used by rbd", nbdPath)
|
|
||||||
|
|
||||||
|
return rbdDeviceList, nil
|
||||||
}
|
}
|
||||||
if cmdlineArgs[2] != imgPath {
|
|
||||||
klog.V(4).Infof("rbd-nbd device %s did not match expected image path: %s with path found: %s",
|
// findDeviceMappingImage finds a devicePath, if available, based on image spec (pool/image) on the node.
|
||||||
nbdPath, imgPath, cmdlineArgs[2])
|
func findDeviceMappingImage(pool, image string, useNbdDriver bool) (string, bool) {
|
||||||
return "", fmt.Errorf("rbd-nbd device %s did not match expected image path: %s with path found: %s",
|
accessType := accessTypeKRbd
|
||||||
nbdPath, imgPath, cmdlineArgs[2])
|
if useNbdDriver {
|
||||||
|
accessType = accessTypeNbd
|
||||||
}
|
}
|
||||||
devicePath := path.Join("/dev", "nbd"+strconv.Itoa(count))
|
|
||||||
if _, err := os.Lstat(devicePath); err != nil {
|
rbdDeviceList, err := rbdGetDeviceList(accessType)
|
||||||
klog.Warningf("Stat device %s for imgpath %s failed %v", devicePath, imgPath, err)
|
if err != nil {
|
||||||
return "", err
|
klog.Warningf("failed to determine if image (%s/%s) is mapped to a device (%v)", pool, image, err)
|
||||||
|
return "", false
|
||||||
}
|
}
|
||||||
return devicePath, nil
|
|
||||||
|
for _, device := range rbdDeviceList {
|
||||||
|
if device.Name == image && device.Pool == pool {
|
||||||
|
return device.Device, true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return "", false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stat a path, if it doesn't exist, retry maxRetries times.
|
// Stat a path, if it doesn't exist, retry maxRetries times.
|
||||||
@ -199,22 +132,19 @@ func waitForPath(pool, image string, maxRetries int, useNbdDriver bool) (string,
|
|||||||
if i != 0 {
|
if i != 0 {
|
||||||
time.Sleep(time.Second)
|
time.Sleep(time.Second)
|
||||||
}
|
}
|
||||||
if useNbdDriver {
|
|
||||||
if devicePath, found := getNbdDevFromImageAndPool(pool, image); found {
|
device, found := findDeviceMappingImage(pool, image, useNbdDriver)
|
||||||
return devicePath, true
|
if found {
|
||||||
}
|
return device, found
|
||||||
} else {
|
|
||||||
if devicePath, found := getRbdDevFromImageAndPool(pool, image); found {
|
|
||||||
return devicePath, true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return "", false
|
return "", false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if rbd-nbd tools are installed.
|
// Check if rbd-nbd tools are installed.
|
||||||
func checkRbdNbdTools() bool {
|
func checkRbdNbdTools() bool {
|
||||||
_, err := execCommand("modprobe", []string{"nbd"})
|
_, err := execCommand("modprobe", []string{moduleNbd})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
klog.V(3).Infof("rbd-nbd: nbd modprobe failed with error %v", err)
|
klog.V(3).Infof("rbd-nbd: nbd modprobe failed with error %v", err)
|
||||||
return false
|
return false
|
||||||
@ -232,20 +162,12 @@ func attachRBDImage(volOptions *rbdVolume, cr *util.Credentials) (string, error)
|
|||||||
|
|
||||||
image := volOptions.RbdImageName
|
image := volOptions.RbdImageName
|
||||||
useNBD := false
|
useNBD := false
|
||||||
moduleName := rbd
|
|
||||||
if volOptions.Mounter == rbdTonbd && hasNBD {
|
if volOptions.Mounter == rbdTonbd && hasNBD {
|
||||||
useNBD = true
|
useNBD = true
|
||||||
moduleName = nbd
|
|
||||||
}
|
}
|
||||||
|
|
||||||
devicePath, found := waitForPath(volOptions.Pool, image, 1, useNBD)
|
devicePath, found := waitForPath(volOptions.Pool, image, 1, useNBD)
|
||||||
if !found {
|
if !found {
|
||||||
_, err = execCommand("modprobe", []string{moduleName})
|
|
||||||
if err != nil {
|
|
||||||
klog.Warningf("rbd: failed to load rbd kernel module:%v", err)
|
|
||||||
return "", err
|
|
||||||
}
|
|
||||||
|
|
||||||
backoff := wait.Backoff{
|
backoff := wait.Backoff{
|
||||||
Duration: rbdImageWatcherInitDelay,
|
Duration: rbdImageWatcherInitDelay,
|
||||||
Factor: rbdImageWatcherFactor,
|
Factor: rbdImageWatcherFactor,
|
||||||
@ -269,18 +191,36 @@ func createPath(volOpt *rbdVolume, cr *util.Credentials) (string, error) {
|
|||||||
|
|
||||||
klog.V(5).Infof("rbd: map mon %s", volOpt.Monitors)
|
klog.V(5).Infof("rbd: map mon %s", volOpt.Monitors)
|
||||||
|
|
||||||
cmdName := rbd
|
// Map options
|
||||||
|
mapOptions := []string{
|
||||||
|
"--id", cr.ID,
|
||||||
|
"-m", volOpt.Monitors,
|
||||||
|
"--keyfile=" + cr.KeyFile}
|
||||||
|
|
||||||
|
// Construct map and unmap variants for the command
|
||||||
|
mapOptions = append(mapOptions, "map", imagePath)
|
||||||
|
unmapOptions := []string{"unmap", imagePath}
|
||||||
|
|
||||||
|
// Choose access protocol
|
||||||
|
useNBD := false
|
||||||
|
accessType := accessTypeKRbd
|
||||||
if volOpt.Mounter == rbdTonbd && hasNBD {
|
if volOpt.Mounter == rbdTonbd && hasNBD {
|
||||||
cmdName = rbdTonbd
|
accessType = accessTypeNbd
|
||||||
|
useNBD = true
|
||||||
}
|
}
|
||||||
|
|
||||||
output, err := execCommand(cmdName, []string{
|
// Update options with device type selection
|
||||||
"map", imagePath, "--id", cr.ID, "-m", volOpt.Monitors, "--keyfile=" + cr.KeyFile})
|
mapOptions = append(mapOptions, "--device-type", accessType)
|
||||||
|
unmapOptions = append(unmapOptions, "--device-type", accessType)
|
||||||
|
|
||||||
|
// Execute map
|
||||||
|
output, err := execCommand(rbd, mapOptions)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
klog.Warningf("rbd: map error %v, rbd output: %s", err, string(output))
|
klog.Warningf("rbd: map error %v, rbd output: %s", err, string(output))
|
||||||
return "", fmt.Errorf("rbd: map failed %v, rbd output: %s", err, string(output))
|
return "", fmt.Errorf("rbd: map failed %v, rbd output: %s", err, string(output))
|
||||||
}
|
}
|
||||||
devicePath := strings.TrimSuffix(string(output), "\n")
|
devicePath := strings.TrimSuffix(string(output), "\n")
|
||||||
|
|
||||||
return devicePath, nil
|
return devicePath, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -313,12 +253,13 @@ func detachRBDDevice(devicePath string) error {
|
|||||||
|
|
||||||
klog.V(3).Infof("rbd: unmap device %s", devicePath)
|
klog.V(3).Infof("rbd: unmap device %s", devicePath)
|
||||||
|
|
||||||
cmdName := rbd
|
accessType := accessTypeKRbd
|
||||||
if strings.HasPrefix(devicePath, "/dev/nbd") {
|
if strings.HasPrefix(devicePath, "/dev/nbd") {
|
||||||
cmdName = rbdTonbd
|
accessType = accessTypeNbd
|
||||||
}
|
}
|
||||||
|
options := []string{"unmap", "--device-type", accessType, devicePath}
|
||||||
|
|
||||||
output, err = execCommand(cmdName, []string{"unmap", devicePath})
|
output, err = execCommand(rbd, options)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("rbd: unmap failed %v, rbd output: %s", err, string(output))
|
return fmt.Errorf("rbd: unmap failed %v, rbd output: %s", err, string(output))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user