← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~smoser/cloud-init:bug/lp-1731868-unset-var-in-ds-identify into cloud-init:master

 


Diff comments:

> diff --git a/tools/ds-identify b/tools/ds-identify
> index 4c59d7b..5893a76 100755
> --- a/tools/ds-identify
> +++ b/tools/ds-identify
> @@ -657,7 +657,7 @@ is_cdrom_ovf() {
>      # skip devices that don't look like cdrom paths.
>      case "$dev" in
>          /dev/sr[0-9]|/dev/hd[a-z]) :;;
> -        *) debug 1 "skipping iso dev $d"
> +        *) debug 1 "skipping iso dev $dev"

this is the actual fix.

>             return 1;;
>      esac
>  


-- 
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/335086
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/lp-1731868-unset-var-in-ds-identify into cloud-init:master.