You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In hindsight, it's a bit obvious, but perhaps worth mentioning that certain functionality requires admin access. After installing the the library, the first thing I did was ceph_cfg.partition_list(), which calls partition_table_refresh() which eventually calls parted, which hangs waiting for "you're not root, so I can't do that, do you want to retry?" input.
Unfortunately no error is raised or printed, so it took me a little digging through the source code to figure out what happened.
The text was updated successfully, but these errors were encountered:
bsanders
changed the title
Requires superuser
Requires superuser privileges
Jun 29, 2016
In hindsight, it's a bit obvious, but perhaps worth mentioning that certain functionality requires admin access. After installing the the library, the first thing I did was ceph_cfg.partition_list(), which calls partition_table_refresh() which eventually calls parted, which hangs waiting for "you're not root, so I can't do that, do you want to retry?" input.
Unfortunately no error is raised or printed, so it took me a little digging through the source code to figure out what happened.
The text was updated successfully, but these errors were encountered: