[Bug 234134] Increase VM_MAX_NAMELEN value

2020-05-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

Pawel Biernacki  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #16 from Pawel Biernacki  ---
(In reply to commit-hook from comment #14)
> MFC after:1 week

That was about 44 weeks ago.  MFC?  :-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2020-02-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

Mark Johnston  changed:

   What|Removed |Added

 CC||mi...@elwix.org

--- Comment #15 from Mark Johnston  ---
*** Bug 243713 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-07-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #14 from commit-h...@freebsd.org ---
A commit references this bug:

Author: scottl
Date: Fri Jul 12 18:37:57 UTC 2019
New revision: 349948
URL: https://svnweb.freebsd.org/changeset/base/349948

Log:
  Tie the name limit of a VM to SPECNAMELEN from devfs instead of a
  hard-coded value. Don't allocate space for it from the kernel stack.
  Account for prefix, suffix, and separator space in the name. This
  takes the effective length up to 229 bytes on 13-current, and 37 bytes
  on 12-stable. 37 bytes is enough to hold a full GUID string.

  PR:   234134
  MFC after:1 week
  Differential Revision:http://reviews.freebsd.org/D20924

Changes:
  head/sys/amd64/include/vmm.h
  head/sys/amd64/include/vmm_dev.h
  head/sys/amd64/vmm/vmm_dev.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #13 from Scott Long  ---
See the following review:

https://reviews.freebsd.org/D20924

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-07-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #12 from Mateusz Kwiatkowski  ---
(In reply to Scott Long from comment #10)
Hi Scott,

Would you have some free cycles to commit the change? Thank you in advance.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-06-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #11 from Mateusz Kwiatkowski  ---
Hi Scott,
Thank you for chiming in.
Yes, 63 is fine for our use case. Internally we’re we use limit of 64 and works
fine. All VM has UUIDs as their names so well below that though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-06-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

Scott Long  changed:

   What|Removed |Added

 CC||sco...@freebsd.org

--- Comment #10 from Scott Long  ---
VM_MAX_NAMELEN can be increased to 63 right now.  Any larger and it exceeds the
length allowed by the devfs (i.e. /dev) filesystem via the SPECNAMELEN limit. 
Truncating names in those nodes will be problematic, and increasing the limit
will require a significant amount of code review and testing.  Would 63 be good
enough for now?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-06-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #9 from Mateusz Kwiatkowski  ---
Hi Rodney,

I understand that proper change may take some time but can we have this limit
simply bumped to 64 so that it can make into upcoming releases?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #8 from Mateusz Kwiatkowski  ---
(In reply to Rodney W. Grimes from comment #7)
Hi Rodney,

Any update on this?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-02-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #7 from Rodney W. Grimes  ---
(In reply to Mateusz Kwiatkowski from comment #5)
This was discussed during the bhyve developer call on 2019/02/21 and I shall be
creating a patch that makes the vm name a dynamic string of size up to
MAX_NAMELEN.  Look for a diffential review to be added to this PR in the next 2
weeks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

Rodney W. Grimes  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|rgri...@freebsd.org

--- Comment #6 from Rodney W. Grimes  ---
(In reply to Mateusz Kwiatkowski from comment #5)
Some how I let this slide off the radar, this bug is now on the PR list for the
bi-monthly bhyve developers call and shall be discussed at the next meeting on
February 21, 2019.  As long as there are no issues with doing this I'll create
a phabricator review and get this enhancement moved forward.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2019-02-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #5 from Mateusz Kwiatkowski  ---
Hi Rodney,

Did you have a chance to take a look on this issue? Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2018-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #4 from Mateusz Kwiatkowski  ---
That sounds great. Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2018-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

--- Comment #3 from Rodney W. Grimes  ---
I have  bhyve work planned over the week between christmas and new years, I
have also added virtualization to the CC: list, and am sending an email to have
this issue added as a topic for the next bhyve conference call (early January).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


[Bug 234134] Increase VM_MAX_NAMELEN value

2018-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234134

Rodney W. Grimes  changed:

   What|Removed |Added

 CC||virtualizat...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-virtualization@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"