invalid JSON returned when querying pool parameters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Is this a bug?

When requesting JSON formatted results for querying for pool
parameters, the list that comes back is not valid JSON. Its just a
series of records, not a comma separated JSON list.

For example:

# ceph osd pool get cephfs_data all --format json-pretty

{
    "pool": "cephfs_data",
    "pool_id": 1,
    "size": 2
}
{
    "pool": "cephfs_data",
    "pool_id": 1,
    "min_size": 1
}
{
    "pool": "cephfs_data",
    "pool_id": 1,
    "crash_replay_interval": 0
}
{
    "pool": "cephfs_data",
    "pool_id": 1,
    "pg_num": 256
}
...

Note that there are no commas separating the items and the overall
list is not enclosed in [].

This cannot be parsed with standard json tools like the python json
module.  I would expect that when requesting JSON, it would return
valid JSON.

-Wyllys Ingersoll
 Keeper Technology
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux