| /spdk/test/openstack/ |
| H A D | install_devstack.sh | 49 git clone --depth 1 https://opendev.org/openstack-dev/devstack /opt/stack/devstack && break 53 …git clone --depth 1 https://opendev.org/openstack-dev/devstack -b "stable/$branch" /opt/stack/devs… 60 git clone https://github.com/openstack/os-brick.git /opt/stack/os-brick
|
| /spdk/test/lvol/ |
| H A D | external_snapshot.sh | 139 clone_uuid=$(rpc_cmd bdev_lvol_clone "$eclone_uuid" clone) 140 rpc_cmd bdev_get_bdevs -b lvs_test/clone 149 [[ "$(jq -r '.[] | select(.name == "clone").is_clone' <<< "$lvols")" == "true" ]] 153 NOT rpc_cmd bdev_get_bdevs -b lvs_test/clone 167 [[ "$(jq -r '.[] | select(.name == "clone").is_clone' <<< "$lvols")" == "true" ]] 168 [[ "$(jq -r '.[] | select(.name == "clone").is_degraded' <<< "$lvols")" == "false" ]] 171 rpc_cmd bdev_get_bdevs -b lvs_test/clone 187 [[ "$(jq -r '.[] | select(.name == "clone").is_clone' <<< "$lvols")" == "true" ]] 188 [[ "$(jq -r '.[] | select(.name == "clone").is_degraded' <<< "$lvols")" == "true" ]] 194 NOT rpc_cmd bdev_get_bdevs -b lvs_test/clone [all …]
|
| H A D | hotremove.sh | 106 local clone_name=clone clone_uuid 160 local clone_name=clone clone_uuid
|
| H A D | snapshot_clone.sh | 549 local clone_name=clone clone_uuid
|
| /spdk/doc/ |
| H A D | blob.md | 168 …as a blob that clones an external snapshot (an "esnap clone") is opened so that the blobstore cons… 336 created of data that resides outside of the blobstore containing the clone. 354 A snapshot is a read-only blob that may have clones. A snapshot may itself be a clone of one other 358 When blob1 is snapshotted, a new read-only blob is created and blob1 becomes a clone of this new 377 it is to create a new snapshot for every clone. The following illustrates the difference. 385 clone golden-snap as clone1 clone1 ---+ | | 386 clone golden-snap as clone2 clone2 -----+ | 387 clone golden-snap as clone3 clone3 -------+ 390 Using a snapshot per clone means that the chain of back devices grows with every new snapshot and 391 clone pair. Reading a block from clone3 may result in a read from clone3's back device (snap3), from [all …]
|
| H A D | blobfs.md | 10 git clone https://github.com/spdk/spdk.git 21 git clone -b 6.15.fb https://github.com/spdk/rocksdb.git
|
| H A D | getting_started.md | 6 git clone https://github.com/spdk/spdk --recursive
|
| H A D | nvmf_multipath_howto.md | 11 git clone https://github.com/spdk/spdk --recursive
|
| H A D | two.min.js | 86 …c.x;this.y=c.y;return this},clear:function(){this.y=this.x=0;return this},clone:function(){return … method 89 …,clear:function(){this._y=this._x=0;return this.trigger(c.Events.change)},clone:function(){return … method 95 …;this.controls.right.unbind(c.Events.change,this._broadcast);return this},clone:function(){var d=t… method 104 …}if(e)a[0]=f,a[1]=h,a[2]=d,a[3]=k,a[4]=v,a[5]=l;else return[f,h,d,k,v,l]},clone:function(){var e=t… method 178 …n:0,_scale:1,_translation:null,addTo:function(c){c.add(this);return this},clone:function(){var c=n… method 189 …,_beginning:0,_ending:1,_clip:!1,clone:function(d){d=d||this.parent;var e=a.map(this.vertices,func… method 225 …ction(){if(!this.parent)return this;this.parent.remove(this);return this},clone:function(d){d=d||t… method 229 …this.parent._flagStops=!0)}})},c)}});k.extend(m.prototype,c.Utils.Events,{clone:function(){var c=n… method 232 …nts,{_flagStops:!1,_flagSpread:!1,clone:function(h){h=h||this.parent;var d=k.map(this.stops,functi… method 235 …ient.prototype,{_flagEndPoints:!1,clone:function(l){l=l||this.parent;var h=k.map(this.stops,functi… method [all …]
|
| /spdk/test/nvmf/target/ |
| H A D | nvmf_lvol.sh | 49 clone=$($rpc_py bdev_lvol_clone $snapshot "MY_CLONE") 50 $rpc_py bdev_lvol_inflate $clone
|
| /spdk/scripts/pkgdep/ |
| H A D | common.sh | 14 git clone "${GIT_REPO_LIBURING}" "$liburing_dir" 31 git clone "${GIT_REPO_UADK}" "$uadk_dir" 55 git clone "$shfmt_repo" "$shfmt_dir" 139 git clone --branch "$mdl_version" "$git_repo_mdl" "$srcdir"
|
| H A D | arch.sh | 31 git clone https://aur.archlinux.org/perl-perlio-gzip.git; 40 git clone https://aur.archlinux.org/lcov-git.git; 50 git clone https://github.com/pmem/pmdk.git /tmp/pmdk -b 1.6.1 68 git clone https://aur.archlinux.org/rdma-core.git; 79 git clone https://aur.archlinux.org/mscgen.git;
|
| /spdk/test/common/config/pkgdep/ |
| H A D | git | 47 git clone "${GIT_REPO_ROCKSDB}" "$GIT_REPOS/rocksdb" 61 git clone "${GIT_REPO_ITTAPI}" --branch "$ittapi_version" "$GIT_REPOS/ittapi" 75 git clone "${GIT_REPO_FIO}" "$GIT_REPOS/fio" 100 git clone "${GIT_REPO_FLAMEGRAPH}" "$GIT_REPOS/FlameGraph" 122 git clone "$repo" -b "$branch" "$repo_dir" 181 git clone "https://github.com/linux-nvme/nvme-cli.git" "$GIT_REPOS/nvme-cli-cuse" 203 git clone $GIT_REPO_NVME_CLI "$GIT_REPOS/nvme-cli-plugin" 225 git clone "${GIT_REPO_LIBISCSI}" "$GIT_REPOS/libiscsi" 303 git clone "${GIT_REPO_DPDK_KMODS}" "$GIT_REPOS/dpdk-kmods" 460 git clone " [all...] |
| /spdk/test/common/ |
| H A D | autobuild_common.sh | 80 git clone --branch "$SPDK_TEST_NATIVE_DPDK" --depth 1 http://dpdk.org/git/${repo} "$external_dpdk_base_dir" 123 git clone --branch "$intel_ipsec_mb_ver" --depth 1 https://github.com/intel/intel-ipsec-mb.git "$external_dpdk_base_dir/intel-ipsec-mb" 148 git clone --branch v2.29.0 --depth 1 https://github.com/intel/isa-l.git "$isal_dir"
|
| /spdk/scripts/ |
| H A D | arm_cross_compile.sh | 36 git clone https://github.com/numactl/numactl.git 71 git clone https://github.com/karelzak/util-linux.git 105 git clone https://github.com/openssl/openssl.git 217 git clone https://github.com/jacklicn/CUnit.git
|
| H A D | backport.sh | 127 git clone "https://review.spdk.io/spdk/spdk" "$SPDK_DIR" --recurse-submodules
|
| /spdk/test/unit/lib/blob/blob.c/ |
| H A D | blob_ut.c | 802 /* Try to create snapshot from clone with xattrs */ in blob_snapshot() 852 /* Confirm that blob is clone of snapshot2, and snapshot2 is clone of snapshot */ in blob_snapshot() 870 /* Delete blob and confirm that it is no longer on snapshot2 clone list */ in blob_snapshot() 876 /* Delete snapshot2 and confirm that it is no longer on snapshot clone list */ in blob_snapshot() 965 struct spdk_blob *blob, *snapshot, *clone; in blob_clone() 1001 /* Create clone from snapshot with xattrs */ in blob_clone() 1017 clone = g_blob; in blob_clone() 1018 CU_ASSERT(clone->data_ro == false); in blob_clone() 1019 CU_ASSERT(clone in blob_clone() 964 struct spdk_blob *blob, *snapshot, *clone; blob_clone() local 5669 struct spdk_blob *blob, *snapshot, *snapshot2, *clone, *clone2; blob_relations() local 5994 struct spdk_blob *blob, *snapshot1, *snapshot2, *snapshot3, *snapshot4, *clone, *clone2; blob_relations2() local 7366 struct spdk_blob *blob, *snapshot, *clone; blob_io_unit() local 9118 struct spdk_blob *blob, *clone, *snap_blob, *snap_blob_rsz; blob_clone_resize() local [all...] |
| /spdk/app/fio/nvme/ |
| H A D | README.md | 5 First, clone the fio source repository from https://github.com/axboe/fio 8 git clone https://github.com/axboe/fio 19 First, clone the SPDK source repository from https://github.com/spdk/spdk 22 git clone https://github.com/spdk/spdk
|
| /spdk/scripts/vagrant/ |
| H A D | update.sh | 46 git clone --depth 10 -b release/11.1.0 https://github.com/freebsd/freebsd.git /usr/src
|
| H A D | README.md | 80 Use git to clone a new spdk repository. GerritHub can also be used. See the instructions at 238 $ sudo git clone --depth 10 -b releases/11.1.0 https://github.com/freebsd/freebsd.git /usr/src
|
| /spdk/test/unit/lib/bdev/vbdev_lvol.c/ |
| H A D | vbdev_lvol_ut.c | 870 struct spdk_lvol *clone; in spdk_lvol_create_clone() local 872 clone = _lvol_create(lvol->lvol_store); in spdk_lvol_create_clone() 873 snprintf(clone->name, sizeof(clone->name), "%s", clone_name); in spdk_lvol_create_clone() 874 cb_fn(cb_arg, clone, 0); in spdk_lvol_create_clone() 1117 struct spdk_lvol *clone = NULL; in ut_lvol_clone() local 1148 /* Successful clone create */ in ut_lvol_clone() 1149 vbdev_lvol_create_clone(snap, "clone", vbdev_lvol_create_complete, NULL); in ut_lvol_clone() 1155 clone = g_lvol; in ut_lvol_clone() 1162 /* Successful clone destro in ut_lvol_clone() [all...] |
| /spdk/test/make/ |
| H A D | check_so_deps.sh | 118 git clone "https://github.com/spdk/spdk-abi.git" "$source_abi_dir"
|
| /spdk/test/unit/lib/lvol/lvol.c/ |
| H A D | lvol_ut.c | 1161 struct spdk_lvol *lvol, *clone; in lvol_set_read_only() 1184 /* Create lvol clone from read only lvol */ in lvol_set_read_only() 1185 spdk_lvol_create_clone(lvol, "clone", lvol_op_with_handle_complete, NULL); in lvol_set_read_only() 1188 CU_ASSERT_STRING_EQUAL(g_lvol->name, "clone"); in lvol_set_read_only() 1189 clone = g_lvol; in lvol_set_read_only() 1193 spdk_lvol_close(clone, op_complete, NULL); in lvol_set_read_only() 1660 spdk_lvol_create_clone(snap, "clone", lvol_op_with_handle_complete, NULL); in lvol_clone() 1663 CU_ASSERT_STRING_EQUAL(g_lvol->name, "clone"); in lvol_clone() 1692 struct spdk_lvol *clone; in lvol_clone_fail() 1721 spdk_lvol_create_clone(NULL, "clone", lvol_op_with_handle_complet in lvol_clone_fail() 1163 struct spdk_lvol *lvol, *clone; lvol_set_read_only() local 1694 struct spdk_lvol *clone; lvol_clone_fail() local 1767 struct spdk_lvol *lvol, *snap, *clone; lvol_iter_clones() local [all...] |
| /spdk/lib/lvol/ |
| H A D | lvol.c | 1031 * A degraded esnap clone that has a blob clone has been deleted. clone_lvol in lvol_delete_blob_cb() 1032 * becomes an esnap clone and needs to be associated with the in lvol_delete_blob_cb() 1096 * If the lvol that is being created is an esnap clone, the blobstore needs to be able to in lvol_create_cb() 1101 * needed until after the blob is open. When the blob is not an esnap clone, a reference to in lvol_create_cb() 1109 * A snapshot was created from a degraded esnap clone. The new snapshot is now a in lvol_create_cb() 1110 * degraded esnap clone. The previous clone is now a regular clone of a blob. Update in lvol_create_cb() 2141 struct spdk_lvol *clone; in spdk_lvol_iter_immediate_clones() 2144 struct spdk_lvol *clone; spdk_lvol_iter_immediate_clones() local [all...] |
| /spdk/ |
| H A D | README.md | 55 git clone https://github.com/spdk/spdk
|