search for: shared_list

Displaying 2 results from an estimated 2 matches for "shared_list".

Did you mean: shared_libs
2011 Apr 10
0
Bug#622096: xen-utils-common: error in script "block" by checking loop device sharing prevents DomU from start
...ven file is the substring of the another inode of the another file used also as loop device (for example as a block device in different DomU) Concretely, in my case I have one file with inode value 13 and the second with inode value 1356984 In this case the part of the script "block": shared_list=$(losetup -a | grep ' \[0*'${dev}'\]:'${inode} | does not work correctly, it resolves the file with inode 1356984 which is already used like the file with inode 13 and prevents the usage of the file with inode 13, thinking it is already used. Also, the check of the sharing could ge...
2010 Jul 08
0
Bug#588406: xen-utils-common: /etc/xen/scripts/block not driving helper scripts; XEN_SCRIPT_DIR not properly set
...'x!' ] then inode=$(stat -c '%i' $file) dev=$(stat -c '%D' $file) if [ -z "$inode" ] || [ -z "$dev" ] then fatal "Unable to lookup $file: dev: $dev inode: $inode" fi shared_list=$(losetup -a | grep ' \[0*'${dev}'\]:'${inode} | cut -d : -f 1) for dev in "$shared_list" do if [ -n "$dev" ] then check_file_sharing "$file" "$dev" "$mode"...