Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KVS-STORE(1)			     xNVMe			  KVS-STORE(1)

NAME
       kvs-store - Execute a KV	Store Command

SYNOPSIS
       kvs store <uri> [<args>]

DESCRIPTION
       Execute a KV Store Command

REQUIRED
       <uri>  Device URI e.g. '/dev/nvme0n1', '0000:01:00.1', '10.9.8.1.8888',
	      '\.PhysicalDrive1'

       --key STRING
	      KV Pair Key

       --value STRING
	      KV Pair Value

OPTIONAL
       [ --nsid	0xNUM ]
	      Namespace	Identifier for Command Construction

       [ --only-update ]
	      KV Store Option to only update existing

       [ --only-add ]
	      KV Store Option to only add new KV-Pairs

       [ --compress ]
	      KV Store Option to compress value	on device

       [ --dev-nsid 0xNUM ]
	      Namespace	Identifier for Device Handle

       [ --be STRING ]
	      xNVMe  backend,  e.g. 'linux', 'spdk', 'fbsd', 'macos', 'posix',
	      'windows'

       [ --admin STRING	]
	      xNVMe admin. command-interface, e.g. 'nvme', 'block'

       [ --sync	STRING ]
	      xNVMe sync. command-interface, e.g. 'nvme', 'block'

       [ --help	]
	      Show usage / help

SEE ALSO
       Full documentation at: <https://xnvme.io/>

AUTHOR
       Written by Simon	A. F. Lund <simon.lund@samsung.com> on behalf of  Sam-
       sung

xNVMe			       09 September 2024		  KVS-STORE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kvs-store&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help