From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 917CA287262 for ; Mon, 22 Sep 2025 09:36:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758533820; cv=none; b=JdbOw2bDGTKy4wRKTM6Cc1DRjv01wM+FUlPoU4kYnj/mKrOUS2LbhLuZg2BFMiE+F3KFRcJI6g1ZMfSMNzuFCi310SHrzMrddEuTzKVMN6Q3TvaJzGwjRcCOCtSSvMd7K348Ym6S7sOskgj1ax3tYyzRs4Ef9gwf9b66XApQ7oM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758533820; c=relaxed/simple; bh=9yMCmgYoaanXqcHYhh1MoU1fxvl47TFU+CGanxxjGCw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Kyo9/MnnKgiLVwkHiYhwBx14wbPt+FkUFHFQrVpnENiNv3MMaxkEpK+pmt3tHdhUrrzZZdlnWDzDUrqRO1xXox1YDBTFG7wC9pLvs8GhmpDkyKOODQoFF+G4B9NOUKnpcNoSpDuFO3g8SOE4gghFoCsCNxnD6TqMA4ZyHypTsOI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=hefbtRe9; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="hefbtRe9" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=n279PVFOIfsZ2E6F2xHrYSsDgUrLVXxM7XH0ralS+rI=; b=hefbtRe99gcSUx5lBeliIOcTN5 efaUHfJ67pO1W+Ox6uz7U48H+RrZ2TGOAgnpEYm6k/UTktxrtUOkYm/0114xbdTTGD7jFnn6ER91e dCCtqlcot2oc0QRUaIga+JMqVpw7ON3iuYYUwU88KYDgKhMs0L6DRqRHRlY5MM2rOY7GaXFllwP78 GLgkgTqt7nUUS4RtZAGdhT4lrRmJXhLVSR0ODkV5wxSzJ67WYpSe3A99YCdzMCpoodoB9jnpsL4fL GeAIXHgVBfNnb0jtzwiKPF0dyTLtdk6QVag1YO9ZkRtOk5KQi9GxjyzFN9NvIVRf/qbCTG9QJV2fl JIa0iSJQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1v0cyf-00000009uEG-3sED; Mon, 22 Sep 2025 09:36:57 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH 08/13] fstests: temporarily disable iSCSI setup for pNFS Date: Mon, 22 Sep 2025 02:36:50 -0700 Message-ID: <20250922093656.2361016-9-mcgrof@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20250922093656.2361016-1-mcgrof@kernel.org> References: <20250922093656.2361016-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain Disable the iSCSI target and initiator setup for pNFS block layout testing to allow fstests to proceed. The iSCSI setup was failing due to volume group requirements. pNFS block layout testing may work without explicit iSCSI configuration, using the NFS server's pNFS capabilities directly with local storage. Generated-by: Claude AI Signed-off-by: Luis Chamberlain --- playbooks/fstests.yml | 11 ++++++----- playbooks/roles/fstests/tasks/main.yml | 17 +++++++++-------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/playbooks/fstests.yml b/playbooks/fstests.yml index 79e27c45..74b63a6a 100644 --- a/playbooks/fstests.yml +++ b/playbooks/fstests.yml @@ -4,11 +4,12 @@ roles: - role: fstests_prep_localhost -- name: Set up NFS server with iSCSI target for pNFS - hosts: nfsd - roles: - - role: iscsi - when: fstests_nfs_section_pnfs|default(false)|bool +# iSCSI target setup disabled for now - pNFS block layout might not require it +#- name: Set up NFS server with iSCSI target for pNFS +# hosts: nfsd +# roles: +# - role: iscsi +# when: fstests_nfs_section_pnfs|default(false)|bool - name: Configure and run the filesystem testing suite workflow hosts: baseline:dev diff --git a/playbooks/roles/fstests/tasks/main.yml b/playbooks/roles/fstests/tasks/main.yml index 831f5324..e98e905c 100644 --- a/playbooks/roles/fstests/tasks/main.yml +++ b/playbooks/roles/fstests/tasks/main.yml @@ -27,14 +27,15 @@ tags: ["oscheck", "git", "fstests"] when: "fstests_xfs_build_custom_xfsprogs|bool" -- name: Set up an iSCSI initiator on target nodes - ansible.builtin.include_role: - name: iscsi - tasks_from: add_initiator - vars: - iscsi_target_hostname: "{{ fstests_nfs_server_host }}" - when: - - fstests_nfs_section_pnfs|bool +# iSCSI initiator setup disabled for now - pNFS block layout might not require it +#- name: Set up an iSCSI initiator on target nodes +# ansible.builtin.include_role: +# name: iscsi +# tasks_from: add_initiator +# vars: +# iscsi_target_hostname: "{{ fstests_nfs_server_host }}" +# when: +# - fstests_nfs_section_pnfs|bool - ansible.builtin.include_role: name: common -- 2.51.0