API: What is the "replication" property returned in snapshots list?

Status
Not open for further replies.

irTwit

Dabbler
Joined
Aug 18, 2014
Messages
48
I have a test VM with a periodic snapshot and replication task steup. GET snapshots returns a "replication" property. What does this represent? All the snapshots have "null" as its value.

I haven't been able to find anything on the forums, the API documentation, and google.

Code:
{
    "filesystem": "bucket/bucket",
    "fullname": "bucket/bucket@auto-20151206.1558-1h",
    "id": "bucket/bucket@auto-20151206.1558-1h",
    "mostrecent": true,
    "name": "auto-20151206.1558-1h",
    "parent_type": "filesystem",
    "refer": 69734400,
    "replication": null,   <===== This Here
    "used": 0
}
 
D

dlavigne

Guest
It should represent whether the snapshot is replicated to the other box. If it is returning null, that is a bug. Please create a bug report at bugs.freenas.org and post the issue number here.
 

irTwit

Dabbler
Joined
Aug 18, 2014
Messages
48
Status
Not open for further replies.
Top