以获取PCI的信息为例. 基本代码: pci.py import base64 import guestfs from functools import partial import os import six import stat import subprocess import tempfile import time import xml.etree.ElementTree as ET from oslo_utils import encodeutils from tempest imp…
It is great to be able to build small utilities on top of an excellent RDBMS. Thank you MySQL. This is a small but complex utility to perform online schema change for MySQL. We call it OSC and the source is here. Some ALTER TABLE statements take too…