[GH-ISSUE #434] Compute server order #264

Open
opened 2026-02-27 15:58:01 +03:00 by kerem · 2 comments
Owner

Originally created by @ssbaksa on GitHub (Apr 26, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/434

Hi,

This isn't a bug but ...
Is there a way for better sorting Compute nodes?
This is a bit annoying:
Compute1
Compute10
Compute11
Compute2
Compute3
etc.

Originally created by @ssbaksa on GitHub (Apr 26, 2021). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/434 Hi, This isn't a bug but ... Is there a way for better sorting Compute nodes? This is a bit annoying: Compute1 Compute10 Compute11 Compute2 Compute3 etc.
Author
Owner

@catborise commented on GitHub (Apr 26, 2021):

unfortunately, it is related with string sorting. may be you should use “0” to avoid that. like:
comp01
comp02
comp30
comp42

<!-- gh-comment-id:826684394 --> @catborise commented on GitHub (Apr 26, 2021): unfortunately, it is related with string sorting. may be you should use “0” to avoid that. like: comp01 comp02 comp30 comp42
Author
Owner

@ssbaksa commented on GitHub (Apr 26, 2021):

Yes, that can be the remedy for this issue.

Tnx

On Mon, 26 Apr 2021, 11:43 catborise, @.***> wrote:

unfortunately, it is related with string sorting. may be you should use
“0” to avoid that. like:
comp01
comp02
comp30
comp42


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/retspen/webvirtcloud/issues/434#issuecomment-826684394,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AEYIXMCKFB2RGTMV2DWVXALTKUYULANCNFSM43SNB3UQ
.

<!-- gh-comment-id:826807908 --> @ssbaksa commented on GitHub (Apr 26, 2021): Yes, that can be the remedy for this issue. Tnx On Mon, 26 Apr 2021, 11:43 catborise, ***@***.***> wrote: > unfortunately, it is related with string sorting. may be you should use > “0” to avoid that. like: > comp01 > comp02 > comp30 > comp42 > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/retspen/webvirtcloud/issues/434#issuecomment-826684394>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AEYIXMCKFB2RGTMV2DWVXALTKUYULANCNFSM43SNB3UQ> > . >
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#264
No description provided.