[Bug 250496] net/cloud-init: fix mounting local cloud-init
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Oct 29 00:36:55 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250496
--- Comment #1 from Andrey Fesenko <andrey at bsdnir.info> ---
Upstream bug https://bugs.launchpad.net/cloud-init/+bug/1901958
And I'm find bug parsing newfs option
if fs have trim: (-t) or MAC multilabel: (-l) flag, resize FS fail.
https://www.freebsd.org/cgi/man.cgi?query=tunefs&sektion=8
2020-10-28 17:15:07,015 - handlers.py[DEBUG]: finish:
init-network/config-resizefs: FAIL: running config-resizefs with frequency
always
...
File
"/usr/local/lib/python3.7/site-packages/cloudinit/config/cc_resizefs.py", line
114, in _can_skip_resize_ufs
optlist, _args = getopt.getopt(newfs_cmd[1:], opt_value)
File "/usr/local/lib/python3.7/getopt.py", line 95, in getopt
opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
File "/usr/local/lib/python3.7/getopt.py", line 195, in do_shorts
if short_has_arg(opt, shortopts):
File "/usr/local/lib/python3.7/getopt.py", line 211, in short_has_arg
raise GetoptError(_('option -%s not recognized') % opt, opt)
getopt.GetoptError: option -t not recognized
And fix #Bug250437 (delet dependency py-six) upstream drop this 20.2
https://github.com/number5/cloud-init/commit/b9ff0dc950558ecd2a8469eded26bd6ae4082771
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list