Searched refs:attach (Results 1 – 12 of 12) sorted by relevance
| /spdk/test/nvme/cuse/ |
| H A D | nvme_ns_manage_cuse.sh | 56 $NVME_CMD attach-ns ${nvme_dev} -n ${nsid} -c ${cntlid} 99 info_print "attach ns: nsid=${nsid} controller=${cntlid}" 100 $NVME_CMD attach-ns ${ctrlr} -n ${nsid} -c ${cntlid}
|
| /spdk/doc/ |
| H A D | vhost.md | 131 The following RPC will attach the Malloc0 bdev to the vhost.0 vhost-scsi 329 ### Hot-attach/hot-detach {#vhost_hotattach} 331 Hotplug/hotremove within a vhost controller is called hot-attach/detach. This is to 337 Please also note that hot-attach/detach is Vhost-SCSI-specific. There are no RPCs 338 to hot-attach/detach the bdev from a Vhost-BLK device. If Vhost-BLK device exposes 342 #### Hot-attach 344 Hot-attach is done by simply attaching a bdev to a vhost controller with a QEMU VM 353 Just like hot-attach, the hot-detach is done by simply removing bdev from a controller
|
| H A D | sma.md | 38 - `volume`: Volume parameters describing a volume to immediately attach to the 72 - `volume`: Parameters describing the volume to attach. The type of this
|
| H A D | nvme_multipath.md | 134 The following is an example to attach two NVMe-oF controllers and aggregate these into a single
|
| H A D | two.min.js | 264 …attach);this.on(c.Events.remove,this.detach);d.prototype.attach.apply(this,arguments)};d.prototype… method in d
|
| /spdk/module/bdev/ocf/ |
| H A D | vbdev_ocf.c | 1063 /* Start OCF cache, attach caching device */ 1122 ocf_mngt_cache_load(vbdev->ocf_cache, &vbdev->cfg.attach, start_cache_cmpl, vbdev); in start_cache() 1124 ocf_mngt_cache_attach(vbdev->ocf_cache, &vbdev->cfg.attach, start_cache_cmpl, vbdev); in start_cache() 1166 ocf_mngt_cache_attach_config_set_default(&cfg->attach); in init_vbdev_config() 1179 cfg->attach.open_cores = false; in init_vbdev_config() 1180 cfg->attach.device.perform_test = false; in init_vbdev_config() 1181 cfg->attach.discard_on_start = false; in init_vbdev_config() 1195 cfg->attach.force = true; in init_vbdev_config() 1208 ret = ocf_volume_create(&cfg->attach.device.volume, type, &uuid); in init_vbdev_config() 1296 vbdev->cfg.attach in init_vbdev() [all...] |
| H A D | vbdev_ocf.h | 60 struct ocf_mngt_cache_attach_config attach; member
|
| /spdk/test/nvmf/host/ |
| H A D | discovery_remove_ifc.sh | 71 --reconnect-delay-sec 1 --fast-io-fail-timeout-sec 1 --wait-for-attach
|
| /spdk/test/nvme/overhead/ |
| H A D | README | 23 desired, attach controllers individually to the kernel NVMe driver
|
| /spdk/proto/ |
| H A D | sma.proto | 72 // Volume to immediately attach to the created device. This field may be 204 // (e.g. it's perfectly fine to attach an NVMe/TCP volume to a virtio-blk
|
| /spdk/scripts/ |
| H A D | check_format.sh | 142 | xargs -P$(nproc) -n10 astyle --break-return-type --attach-return-type-decl \
|
| /spdk/test/common/ |
| H A D | autotest_common.sh | 1554 nvme attach-ns ${nvme_ctrlr} -n 1 -c $cntlid
|