Spdk/scripts/rpc/subsystem.py

8 lines
205 B
Python
Raw Normal View History

def get_subsystems(client, args):
return client.call('get_subsystems')
def get_subsystem_config(client, args):
params = {'name': args.name}
return client.call('get_subsystem_config', params)