Actions
Bug #12318
closedbuild zpool command as 64-bit binary
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
After 11682, the zpool command is linked against libzpool, but apparently there is no 32-bit build of libzpool for sparc. So we have two alternate options - either build 32-bit libzpool for sparc or build zpool command as 64-bit binary. I'd vote for switching zpool command to 64-bit as clearly there is no need for another 32-bit library.
Testing done so far:
zpool status
zpool attach
zpool detach
+ jbk was running this and 13322 through zfs-tests toolkit and found no new issues.
Related issues
Updated by Toomas Soome over 1 year ago
- Related to Feature #13322: build zfs command as 64-bit binary added
Updated by Electric Monk over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 18425b359c7d1e5f7f63fae3ca5245407223a45b
commit 18425b359c7d1e5f7f63fae3ca5245407223a45b Author: Toomas Soome <tsoome@me.com> Date: 2020-11-23T17:32:16.000Z 12318 build zpool command as 64-bit binary Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@fingolfin.org>
Actions