Skip to content

Commit

Permalink
Merge pull request #59 from huangpeng5/suyan_412
Browse files Browse the repository at this point in the history
fix nfs share qury failed error
  • Loading branch information
huangpeng5 authored Apr 12, 2024
2 parents bf7b095 + 7cac1d4 commit 2d5bfcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def query_nfs_share_information(self, account_id, fs_id, dtree_id=0):
nfs_para = {
"account_id": account_id,
"filter": "[{\"fs_id\": %d, \"dtree_id\": \"%s\"}]" %
(fs_id, str(fs_id) + '@' + str(dtree_id))
(fs_id, str(dtree_id))
}
data = jsonutils.dumps(nfs_para)
result = self.call(url, data, "GET")
Expand Down

0 comments on commit 2d5bfcd

Please sign in to comment.