open-iscsi / rtslib-fb

Python library for configuring the Linux kernel-based multiprotocol SCSI target (LIO)
Apache License 2.0
73 stars 90 forks source link

YAML instead of JSON for config savefile #3

Closed agrover closed 12 years ago

agrover commented 12 years ago

Should we use YAML instead of JSON for the config savefile? It's supposed to be a little more human-readable, but when I tried it the results were a little messy (using PyYAML). It's not clear to me the usage model yet for the savefile - if it will ever really be modified by users directly, or always via targetcli.

agrover commented 12 years ago

ummmmm I think json will be fine.