filename this will save as
*/etc/nvmet/config.json*. This file
is in JSON format and can be edited directly
- using a prefered file editor.
+ using a preferred file editor.
| exit | Quits interactive configuration shell mode.
|==================
'''
The underlying configfs object does not exist. Happens when
calling methods of an object that is instantiated but have
- been deleted from congifs, or when trying to lookup an
+ been deleted from configfs, or when trying to lookup an
object that does not exist.
'''
pass
self.assertEqual(r2, r)
self.assertEqual(len(list(p.referrals)), 2)
- # non-existant lookup
+ # non-existent lookup
self.assertRaises(nvme.CFSError, nvme.Referral, p, name="foo",
mode='lookup')
def ui_command_create(self, nqn=None):
'''
- Creates a new target. If I{nqn} is ommited, then the new Subsystem
+ Creates a new target. If I{nqn} is omitted, then the new Subsystem
will be created using a randomly generated NQN.
SEE ALSO
def ui_command_create(self, nsid=None):
'''
- Creates a new namespace. If I{nsid} is ommited, then the next
+ Creates a new namespace. If I{nsid} is omitted, then the next
available namespace id will be used.
SEE ALSO