新增新硬碟
xe sr-create name-label="data" shared=false device-config-device=/dev/sdb type=lvm
如何刪除在xencenter裡無法刪除的sr儲存
因為pbd已經連線的緣故,我們無法直接使用sr-destroy刪除sr。
首先我們先找到sr所在的pdb
xe pbd-list sr-uuid=sr的uuid
然後斷開連線
xe pbd-unplug uuid=pbd的uuid
然後刪除sr
xe sr-destroy uuid=sr的uuid
xe sr-forget uuid=sr的uuid
xencenter中如何刪除不存在池中的儲存
新增新硬碟 xe sr create name label data shared false device config device dev sdb type lvm 如何刪除在xencenter裡無法刪除的sr儲存 因為pbd已經連線的緣故,我們無法直接使用sr destroy刪除sr。首先我...
android開發中build檔案刪除不了的問題
遇到的bug如下 clean up to date information build failed information total time 2.185 secs information 1 error information 0 warnings information see comple...
Gridview中刪除的確認以及判斷是不是標題行
protected void gridview1 rowdatabound object sender,gridviewroweventargs e 一.第乙個判斷語句 e.row.rowtype 是指當前行的型別 datacontrolrowtype是gridview的行的型別集合 其中的data...