Revision 228b234d

b/tests/qemu-iotests/common.rc
157 157
            -e "s# zeroed_grain=\\(on\\|off\\)##g" \
158 158
            -e "s# subformat='[^']*'##g" \
159 159
            -e "s# adapter_type='[^']*'##g" \
160
            -e "s# lazy_refcounts=\\(on\\|off\\)##g"
160
            -e "s# lazy_refcounts=\\(on\\|off\\)##g" \
161
            -e "s# block_size=[0-9]\\+##g" \
162
            -e "s# block_state_zero=\\(on\\|off\\)##g" \
163
            -e "s# log_size=[0-9]\\+##g"
161 164

  
162 165
    # Start an NBD server on the image file, which is what we'll be talking to
163 166
    if [ $IMGPROTO = "nbd" ]; then

Also available in: Unified diff