Skip to content

Commit 8dc15ca

Browse files
committed
Revert force operating system to linux as it's handled by the infrastructure configuration
1 parent cafa92d commit 8dc15ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rm/rm-server/src/main/java/org/ow2/proactive/resourcemanager/nodesource/infrastructure/SSHInfrastructureV2.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ protected void startNodeImpl(final InetAddress host) throws RMException {
171171
clb.setJavaPath(this.javaPath);
172172
clb.setRmHome(this.schedulingPath);
173173
clb.setPaProperties(sb);
174-
// Target Operating System is necessary linux (while host os can be windows)
175-
clb.setTargetOS(OperatingSystem.UNIX);
176174
// current rmcore shortID should be added to ensure uniqueness
177175
final String nodeName = "SSH-" + this.nodeSource.getName() + "-" + ProActiveCounter.getUniqID();
178176
clb.setNodeName(nodeName);

0 commit comments

Comments
 (0)