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
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
On master, reproducable - a mistake in admin 'set' command throws:
root@sc2-rdops-vm02-dhcp-90-23:~] /usr/lib/vmware/vmdkops/bin/vmdkops_admin.py set --volume what@datastore1 --options acces=read-only
Traceback (most recent call last):
File "/usr/lib/vmware/vmdkops/bin/vmdkops_admin.py", line 638, in <module>
main()
File "/usr/lib/vmware/vmdkops/bin/vmdkops_admin.py", line 40, in main
args.func(args)
File "/usr/lib/vmware/vmdkops/bin/vmdkops_admin.py", line 566, in set_vol_opts
set_ok = vmdk_ops.set_vol_opts(args.volume, args.options)
File "/usr/lib/vmware/vmdkops/bin/vmdk_ops.py", line 1042, in set_vol_opts
raise ValidationError(msg)
vmdk_ops.ValidationError: "Invalid options: ['acces'] \nOptions that can be edited: ['access', 'attach-as']"
@govint - assigning to you since you where the last who touched set_vol_opts:1042
The text was updated successfully, but these errors were encountered:
On master, reproducable - a mistake in admin 'set' command throws:
@govint - assigning to you since you where the last who touched set_vol_opts:1042
The text was updated successfully, but these errors were encountered: