lxc config device add CONTAINER_NAME NIC_NAME nic nictype=bridged parent=br-exp0構成の確認方法は次のとおり
lxc info CONTAINER_NAME設定は次のように表示できる。
lxc config show CONTAINER_NAME--expandedを加えると更に詳細な情報が表示される
lxc config show --expanded CONTAINER_NAME
lxc config device add CONTAINER_NAME NIC_NAME nic nictype=bridged parent=br-exp0構成の確認方法は次のとおり
lxc info CONTAINER_NAME設定は次のように表示できる。
lxc config show CONTAINER_NAME--expandedを加えると更に詳細な情報が表示される
lxc config show --expanded CONTAINER_NAME
tick_handle_periodic()
tick_periodic()
update_process_times()
account_process_tick()
account_user_time()
account_system_time()
account_system_index_time()
account_idle_time()
調査したカーネルバージョン: 4.17.3
virsh net-destroy default起動時の作成を抑止
virsh net-autostart default --disable状態を取得
virsh net-list --all