You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a note, but I pulled the 6.4 template from bufanda which is only 2 months old, and not sure why but when I changed the {$XEN.SR.IGNORE} macro from: ^(DVD drives|XCP-ng Tools|Removable storage)$
to (.*DVD drives.*|.*XCP-ng Tools.*|.*Removable storage.*)
The ignore started working. I'm running on this POC box 6.4.14 (our test/prod are 6.4.19 and I've seen similar behavior in REGEX macros). Not sure why, but I had to remove the '^' and '$' characters and put '.*' before and after each part before it started working. I may try different options later, but thought this might be helpful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Just a note, but I pulled the 6.4 template from bufanda which is only 2 months old, and not sure why but when I changed the {$XEN.SR.IGNORE} macro from:
^(DVD drives|XCP-ng Tools|Removable storage)$
to
(.*DVD drives.*|.*XCP-ng Tools.*|.*Removable storage.*)
The ignore started working. I'm running on this POC box 6.4.14 (our test/prod are 6.4.19 and I've seen similar behavior in REGEX macros). Not sure why, but I had to remove the '^' and '$' characters and put '.*' before and after each part before it started working. I may try different options later, but thought this might be helpful.
Beta Was this translation helpful? Give feedback.
All reactions