Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 45) sorted by relevance

12

/spdk/test/openstack/
H A Dinstall_devstack.sh72 ./tools/create-stack-user.sh
76 openstack volume type create SPDK --public
/spdk/scripts/ceph/
H A Dstart.sh92 ceph-authtool --create-keyring --gen-key --name=mon. ${base_dir}/keyring --cap mon 'allow *'
95 monmaptool --create --clobber --add a ${mon_ip}:12046 --print ${base_dir}/monmap $set_min_mon_relea…
137 ceph -c ${ceph_conf} osd create ${uuid} $i
/spdk/test/nvme/cuse/
H A Dnvme_ns_manage_cuse.sh55 $NVME_CMD create-ns ${nvme_dev} -s ${nsze} -c ${ncap} -f ${lbaf}
97 info_print "create ns: nsze=10000 ncap=10000 flbias=0"
98 $NVME_CMD create-ns ${ctrlr} -s 10000 -c 10000 -f 0
/spdk/doc/
H A Dspdkcli.md42 ## Optional - create Python virtual environment
47 First create the virtual environment:
H A Dsma.md5 users to create and manage various types of devices (e.g. NVMe, virtio-blk,
46 the type of device to create.
73 structure determines the method to create it (e.g. direct NVMe-oF connection,
H A Dvirtio.md29 it is required to pass '-g' command-line option . This forces DPDK to create a single
H A Dbdevperf.md15 to FIO. It allows user to create jobs parameterized by
H A Dvhost.md109 will create a 64MB malloc bdev with 512-byte block size.
119 The following RPC will create a vhost-scsi controller which can be accessed
148 The following RPC will create a vhost-blk device exposing Malloc0 bdev.
158 It is also possible to create a read-only vhost-blk device by specifying an
H A Dvagrant.md27 To create a configured VM with vagrant you need to run `create_vbox.sh` script.
29 Basically, the script will create a new sub-directory based on distribution you choose,
H A Dftl.md101 …block for a ZNS drive, this data will stay there until the whole zone is reset. This might create a
187 In order to create FTL on top of a regular bdev:
H A Dnvmf_tgt_pg.md14 implements all logic required to create an NVMe-oF target application. It is
125 created on. Given that, it almost always makes sense to create one poll group
H A Dtemplate_pg.md78 If sequence diagrams makes sense for this module, use mscgen to create simple UML-style (they don't…
/spdk/scripts/vagrant/
H A Dcreate_nvme_img.sh55 qemu-img create -f raw "$nvme_disk" -o preallocation="$preallocation" $size
H A DREADME.md86 Use the `spdk/scripts/vagrant/create_vbox.sh` script to create a VM of your choice. Supported VM p…
133 1. create a subdirectory named <distro> in your $PWD
135 3. create a working virtual box in the <distro> directory
/spdk/scripts/bpf/
H A Dnvme.bt20 printf("%d.%06d: controller: %s create qpair with ID: %d on thread: %d\n",
H A Dnvmf.bt32 printf("%d.%06d: create poll group on thread: %d\n",
110 printf("%d.%06d: create subsystem: %s\n",
176 printf("%d.%06d: create ctrlr: %p on subsystem: %s on thread: %lu\n",
H A Dsched.bt11 * create local variables for these members when accessing
/spdk/test/vhost/perf_bench/
H A Dvhost_perf.sh314 targetcli backstores/block create $backstore_name $p
325 targetcli vhost/ create $wwpn
326 targetcli vhost/$wwpn/tpg1/luns create /backstores/block/$(basename ${partitions[$j]})
/spdk/scripts/env_dpdk/
H A Dcheck_dpdk_pci_api.sh81 If API was changed, please create "$env_path/${dpdk_ver%.*}/" with appropriate headers.
/spdk/test/common/
H A Dautotest_common.sh193 # Don't create Python .pyc files. When running with sudo these will be
1031 $NS_CMD ceph osd pool create $RBD_POOL $PG_NUM || true
1032 $NS_CMD rbd create $RBD_NAME --size 1000
1055 dmg pool create --size=10G $1 || true
1056 daos container create --type=POSIX --label=$2 $1 || true
1553 nvme create-ns ${nvme_ctrlr} -s ${size} -c ${size} -b ${blksize}
/spdk/test/setup/
H A Ddevices.sh155 dmsetup create "$dm_name" <<- DM_TABLE
/spdk/lib/nvmf/
H A Dtransport.c185 SPDK_ERRLOG("Failed to create transport.\n"); in nvmf_transport_create_async_done()
222 nvmf_transport_create_async_done(_ctx, _ctx->ops->create(&_ctx->opts)); in _nvmf_transport_create_done()
296 /* Prioritize sync create operation. */ in nvmf_transport_create()
297 if (ctx->ops->create) { in nvmf_transport_create()
314 SPDK_ERRLOG("Unable to create new transport of type %s\n", transport_name); in nvmf_transport_create()
344 /* Current implementation supports synchronous version of create operation only. */ in spdk_nvmf_transport_create()
345 assert(nvmf_get_transport_ops(transport_name) && nvmf_get_transport_ops(transport_name)->create); in spdk_nvmf_transport_create()
660 SPDK_ERRLOG("Unable to create an iobuf channel in the poll group.\n"); in nvmf_transport_get_optimal_poll_group()
/spdk/lib/vhost/
H A Dvhost.c476 transport = ops->create(params); in virtio_blk_transport_create()
478 SPDK_ERRLOG("Unable to create new transport of type %s\n", transport_name); in virtio_blk_transport_create()
H A Dvhost_internal.h566 struct spdk_virtio_blk_transport *(*create)(const struct spdk_json_val *params); member
/spdk/scripts/perf/nvmf/
H A DREADME.md128 - null_block_devices - int, number of null block devices to create.
187 Configure system modules, NIC settings and create priority traffic classes
280 settings and create priority traffic classes for ADQ testing.

12