7.12.4.8. 仮想マシンのインポートのトラブルシューティング
7.12.4.8.1. ログ
VM Import Controller Pod ログでエラーの有無を確認できます。
手順
以下のコマンドを実行して、VM Import Controller Pod 名を表示します。
$ oc get pods -n <namespace> | grep import 1
- 1
- インポートされた仮想マシンの namespace を指定します。
出力例
vm-import-controller-f66f7d-zqkz7 1/1 Running 0 4h49m
以下のコマンドを実行して、VM Import Controller Pod ログを表示します。
$ oc logs <vm-import-controller-f66f7d-zqkz7> -f -n <namespace> 1
- 1
- VM Import Controller Pod 名および namespace を指定します。