Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properties truncated to 7 character strings? #10

Open
wengole opened this issue Apr 6, 2015 · 0 comments
Open

Properties truncated to 7 character strings? #10

wengole opened this issue Apr 6, 2015 · 0 comments

Comments

@wengole
Copy link
Contributor

wengole commented Apr 6, 2015

It seems all properties are only coming through as strings of 7 characters. For example

{'_parent': <pyzfscore.zfs.ZDatasetProperties at 0x7fcdb5d38150>,
 '_value': '1428313',
 'name': 'creation',
 'source_name': 'tank@test-snap1',
 'sourcetype': <EnumValue: zprop_source_t.ZPROP_SRC_NONE [value=1]>}

{'_parent': <pyzfscore.zfs.ZDatasetProperties at 0x7fcdb5d38150>,
 '_value': 'tank@te',
 'name': 'name',
 'source_name': 'tank@test-snap1',
 'sourcetype': <EnumValue: zprop_source_t.ZPROP_SRC_NONE [value=1]>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant