我正在运行命令,
>juju deploy --config ceph.yaml --force-machine 1 local:ceph-osd
这给了我错误
error: flag provided but not defined: --force-machine
有什么想法吗?是语法错误还是其他问题?我的 juju 版本是 1.13.1-raring-amd64。
答案1
已修复。实际上,在新版 JuJu 中--force-machine
已被替换为--to
我正在运行命令,
>juju deploy --config ceph.yaml --force-machine 1 local:ceph-osd
这给了我错误
error: flag provided but not defined: --force-machine
有什么想法吗?是语法错误还是其他问题?我的 juju 版本是 1.13.1-raring-amd64。
已修复。实际上,在新版 JuJu 中--force-machine
已被替换为--to